Skip to content

Commit

Permalink
add -p to mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
Propagram authored Dec 19, 2023
1 parent a1f3355 commit 5d4230f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
mv /home/runner/work/pgmoon/pgmoon/.luarocks/lib/lua/5.4 .lua
zip -u -r redbean.com .lua
rm -r .lua
mkdir ./lua/spec
mkdir -p ./lua/spec
mv ../spec .lua/spec
zip -u -r redbean.com .lua
Expand Down

0 comments on commit 5d4230f

Please sign in to comment.