File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments