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 a6c5391 commit 3ecdec2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tarball.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
cd submodules
git clone -b kpeeters/cadabra https://github.com/kpeeters/MicroTeX.git microtex
cd ../..
tar zcf cadabra2-${VERSION}-source-inclusive.tar.gz --exclude ".git" cadabra2
mv cadabra2 cadabra2-${VERSION}
tar zcf cadabra2-${VERSION}-source-inclusive.tar.gz --exclude ".git" cadabra2-${VERSION}
- name: Upload tarball to assets
run: |
Expand Down

0 comments on commit 3ecdec2

Please sign in to comment.