Skip to content

Commit

Permalink
chore: add -p argument to mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
7mochi committed Sep 13, 2024
1 parent 362d1df commit de38b95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Create folder and move LLHL AGMOD .so
run: |
mkdir llhl/dist/ag/dlls
mkdir -p llhl/dist/ag/dlls
mv llhl-agmod/dlls/ag_i386.so llhl/dist/ag/ag.so
mv llhl-agmod/network/delta.lst llhl/dist/ag/delta.lst
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
- name: Create folder and move LLHL AGMOD .dll
run: |
mkdir llhl/dist/ag/dlls
mkdir -p llhl/dist/ag/dlls
move llhl-agmod/dlls/msvc/Release/ag.dll llhl/dist/ag/ag.dll
move llhl-agmod/network/delta.lst llhl/dist/ag/delta.lst
Expand Down

0 comments on commit de38b95

Please sign in to comment.