File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 84
84
UPLOADTOOL_ISPRERELEASE : true
85
85
VERSION : ${{ github.ref_name }}
86
86
run : |
87
- echo ${VERSION}
88
87
curl -L https://github.com/probonopd/uploadtool/raw/master/upload.sh --output upload.sh
89
88
mv target/${{ matrix.target }}/release/et et
90
89
tar -cavf et-${VERSION}-${{ matrix.target }}.tar.gz et CHANGELOG.md README.md LICENSE
97
96
UPLOADTOOL_ISPRERELEASE : true
98
97
VERSION : ${{ github.ref_name }}
99
98
run : |
100
- echo ${ VERSION}
99
+ echo $env: VERSION
101
100
curl -L https://github.com/probonopd/uploadtool/raw/master/upload.sh --output upload.sh
102
- mv target/${{ matrix.target }}/release/et.exe et-${ VERSION} -${{ matrix.target }}.exe
103
- bash upload.sh et-${ VERSION} -${{ matrix.target }}.exe
101
+ mv target/${{ matrix.target }}/release/et.exe et-$env: VERSION-${{ matrix.target }}.exe
102
+ bash upload.sh et-$env: VERSION-${{ matrix.target }}.exe
You can’t perform that action at this time.
0 commit comments