Skip to content

Commit

Permalink
Fix tarball script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Peeters committed Oct 25, 2024
1 parent 81e1228 commit a6c5391
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tarball.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ jobs:
echo "VERSION=$VERSION" >> $GITHUB_ENV
mkdir -p submodules
cd submodules
git clone https://github.com/kpeeters/MicroTeX.git microtex
git clone -b kpeeters/cadabra https://github.com/kpeeters/MicroTeX.git microtex
cd ../..
tar zcf cadabra2-${VERSION}-inclusive.tar.gz --exclude ".git" cadabra2
tar zcf cadabra2-${VERSION}-source-inclusive.tar.gz --exclude ".git" cadabra2
- name: Upload tarball to assets
run: |
gh release upload "${{ env.VERSION }}" ${{ github.workspace }}/../cadabra2-${VERSION}-inclusive.tar.gz --clobber
gh release upload "${{ env.VERSION }}" ${{ github.workspace }}/../cadabra2-${VERSION}-source-inclusive.tar.gz --clobber
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a6c5391

Please sign in to comment.