Skip to content

Commit

Permalink
Update build-and-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CNOCTAVE committed Nov 13, 2024
1 parent efcaf53 commit 9cbe29e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: sudo chmod +x src/configure
- run: mkdir temp
- run: cd temp
- run: tar --warning=no-file-changed --exclude='../temp' --exclude='../.git' --exclude='../.github' -czvf octave_zstd.tar.gz ../
- run: cd ..
- run: tar --warning=no-file-changed --exclude='octave_zstd/.git' --exclude='octave_zstd/.github' -czvf octave_zstd.tar.gz octave_zstd
- run: gh release upload 1.0.3 octave_zstd.tar.gz --repo $GITHUB_REPOSITORY

0 comments on commit 9cbe29e

Please sign in to comment.