Skip to content

Commit

Permalink
fix release making
Browse files Browse the repository at this point in the history
  • Loading branch information
pschicho committed Oct 31, 2024
1 parent d9b9c1f commit 0ec7575
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 @@ -49,7 +49,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
mkdir -p WallGoMatrix
cp src/Kernel/*.m WallGoMatrix
cp Kernel/*.m WallGoMatrix
zip -r WallGoMatrix.zip WallGoMatrix/*
rm -r WallGoMatrix
ls -a
Expand Down

0 comments on commit 0ec7575

Please sign in to comment.