Skip to content

Commit

Permalink
fix the ziping for the folder
Browse files Browse the repository at this point in the history
  • Loading branch information
pschicho committed Oct 17, 2024
1 parent 22173ce commit 9af9322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
cp -r src WallGoMatrix/
cp WallGoMatrix.m WallGoMatrix/
zip -r WallGoMatrix_${{ github.ref_name }}.zip WallGoMatrix
zip -r WallGoMatrix_${{ github.ref_name }}.zip WallGoMatrix/*
rm -r WallGoMatrix
ls -a
Expand Down

0 comments on commit 9af9322

Please sign in to comment.