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 2420be3 commit d9a0fc8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
mkdir -p WallGoMatrix
cp -r src WallGoMatrix/
cp src/*.m WallGoMatrix/src/
cp WallGoMatrix.m WallGoMatrix/
zip WallGoMatrix_${{ github.ref_name }}.zip WallGoMatrix
rm -r WallGoMatrix
Expand Down

0 comments on commit d9a0fc8

Please sign in to comment.