Skip to content

Commit

Permalink
fix folder typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pschicho committed Oct 17, 2024
1 parent 6110a9f commit 1f9e585
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 @@ -31,8 +31,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cp -r src WallGoMatrix
cp WallGoMatrix.m WallGoMatrix
cp -r src WallGoMatrix/
cp WallGoMatrix.m WallGoMatrix/
zip WallGoMatrix_${{ github.ref_name }}.zip WallGoMatrix/*
rm -r WallGoMatrix
ls -a
Expand Down

0 comments on commit 1f9e585

Please sign in to comment.