File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 82
82
env :
83
83
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
84
84
UPLOADTOOL_ISPRERELEASE : true
85
- VERSION : ${GITHUB_REF#refs/tags/ }
85
+ VERSION : ${{ github.ref_name } }
86
86
run : |
87
87
echo ${VERSION}
88
88
curl -L https://github.com/probonopd/uploadtool/raw/master/upload.sh --output upload.sh
95
95
env :
96
96
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
97
97
UPLOADTOOL_ISPRERELEASE : true
98
- VERSION : ${GITHUB_REF#refs/tags/ }
98
+ VERSION : ${{ github.ref_name } }
99
99
run : |
100
+ echo ${VERSION}
100
101
curl -L https://github.com/probonopd/uploadtool/raw/master/upload.sh --output upload.sh
101
102
mv target/${{ matrix.target }}/release/et.exe et-${VERSION}-${{ matrix.target }}.exe
102
103
bash upload.sh et-${VERSION}-${{ matrix.target }}.exe
You can’t perform that action at this time.
0 commit comments