Skip to content

Commit a6c5391

Browse files
author
Kasper Peeters
committed
Fix tarball script.
1 parent 81e1228 commit a6c5391

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tarball.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ jobs:
3737
echo "VERSION=$VERSION" >> $GITHUB_ENV
3838
mkdir -p submodules
3939
cd submodules
40-
git clone https://github.com/kpeeters/MicroTeX.git microtex
40+
git clone -b kpeeters/cadabra https://github.com/kpeeters/MicroTeX.git microtex
4141
cd ../..
42-
tar zcf cadabra2-${VERSION}-inclusive.tar.gz --exclude ".git" cadabra2
42+
tar zcf cadabra2-${VERSION}-source-inclusive.tar.gz --exclude ".git" cadabra2
4343
4444
- name: Upload tarball to assets
4545
run: |
46-
gh release upload "${{ env.VERSION }}" ${{ github.workspace }}/../cadabra2-${VERSION}-inclusive.tar.gz --clobber
46+
gh release upload "${{ env.VERSION }}" ${{ github.workspace }}/../cadabra2-${VERSION}-source-inclusive.tar.gz --clobber
4747
env:
4848
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4949

0 commit comments

Comments
 (0)