From 92ce2607107ebc0b3a1d38553e806d3ddf5786b9 Mon Sep 17 00:00:00 2001 From: Shengting Cui Date: Fri, 8 Dec 2023 17:42:51 +0000 Subject: [PATCH] Clean extern/topmodel/topmodel/ before mv --- .github/workflows/ngen_integration.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ngen_integration.yaml b/.github/workflows/ngen_integration.yaml index ad1e70d..46aebdb 100644 --- a/.github/workflows/ngen_integration.yaml +++ b/.github/workflows/ngen_integration.yaml @@ -91,7 +91,8 @@ jobs: run: | # Move files to appropriate directory to build topmodel library mv ${{runner.temp}}/extern extern - mv -f ./* extern/topmodel/topmodel + rm -rf extern/topmodel/topmodel/* + mv ./* extern/topmodel/topmodel mv ${{runner.temp}}/.github .github - name: Build Surfacebmi