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 4fdccc9 commit 3654915
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
steps:
- uses: actions/checkout@v4
- run: sudo apt-get install jq -y
- run: sudo chmod +x src/configure
- run: tar --warning=no-file-changed --exclude='.' --exclude='.git/' --exclude='.github/' --exclude=octave_zstd.tar.gz -czvf octave_zstd.tar.gz .
- run: mkdir temp
- run: cd temp
- run: tar --warning=no-file-changed --exclude='.git/' --exclude='.github/' -czvf octave_zstd.tar.gz ../*
- run: gh release upload 1.0.3 octave_zstd.tar.gz --repo $GITHUB_REPOSITORY

0 comments on commit 3654915

Please sign in to comment.