We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6c5391 commit 3ecdec2Copy full SHA for 3ecdec2
.github/workflows/tarball.yml
@@ -39,7 +39,8 @@ jobs:
39
cd submodules
40
git clone -b kpeeters/cadabra https://github.com/kpeeters/MicroTeX.git microtex
41
cd ../..
42
- tar zcf cadabra2-${VERSION}-source-inclusive.tar.gz --exclude ".git" cadabra2
+ mv cadabra2 cadabra2-${VERSION}
43
+ tar zcf cadabra2-${VERSION}-source-inclusive.tar.gz --exclude ".git" cadabra2-${VERSION}
44
45
- name: Upload tarball to assets
46
run: |
0 commit comments