Skip to content

Commit 3ecdec2

Browse files
author
Kasper Peeters
committed
Fix tarball script.
1 parent a6c5391 commit 3ecdec2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tarball.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ jobs:
3939
cd submodules
4040
git clone -b kpeeters/cadabra https://github.com/kpeeters/MicroTeX.git microtex
4141
cd ../..
42-
tar zcf cadabra2-${VERSION}-source-inclusive.tar.gz --exclude ".git" cadabra2
42+
mv cadabra2 cadabra2-${VERSION}
43+
tar zcf cadabra2-${VERSION}-source-inclusive.tar.gz --exclude ".git" cadabra2-${VERSION}
4344
4445
- name: Upload tarball to assets
4546
run: |

0 commit comments

Comments
 (0)