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 3131 - name : Create tarball
3232 run : |
3333 export CDB_MAJOR=`cat cmake/version.cmake |grep 'MAJOR '|sed -e 's/[^ ]* \([0-9]*\).*/\1/'`
34- export CDB_MINOR=`cat cmake/version.cmake |grep 'MAJOR '|sed -e 's/[^ ]* \([0-9]*\).*/\1/'`
35- export CDB_PATCH=`cat cmake/version.cmake |grep 'MAJOR '|sed -e 's/[^ ]* \([0-9]*\).*/\1/'`
34+ export CDB_MINOR=`cat cmake/version.cmake |grep 'MINOR '|sed -e 's/[^ ]* \([0-9]*\).*/\1/'`
35+ export CDB_PATCH=`cat cmake/version.cmake |grep 'PATCH '|sed -e 's/[^ ]* \([0-9]*\).*/\1/'`
3636 export VERSION=${CDB_MAJOR}.${CDB_MINOR}.${CDB_PATCH}
3737 echo "VERSION=$VERSION" >> $GITHUB_ENV
3838 mkdir -p submodules
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}-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