Skip to content

Commit

Permalink
adding option -p to create parent directories
Browse files Browse the repository at this point in the history
  • Loading branch information
ajkhattak committed Jan 9, 2024
1 parent 394d6c4 commit 8d172f1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ngen_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,10 @@ jobs:

- name: Move LGAR-C File Including cmake_build to Appropriate Directory
run: |
if [ -d "./extern/LGAR-C/" ]
then
if [ -d "./extern/LGAR-C/" ]; then
rm -rf extern/LGAR-C
fi
mkdir extern/LGAR-C/LGAR-C
mkdir -p extern/LGAR-C/LGAR-C
mv ${{runner.temp}}/lgar/* extern/LGAR-C/LGAR-C
- name: Move SFT Files Including cmake_build to Appropriate Directory
Expand Down

0 comments on commit 8d172f1

Please sign in to comment.