Skip to content

Commit aa07639

Browse files
committed
test github actions
1 parent 1d34279 commit aa07639

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ jobs:
8484
UPLOADTOOL_ISPRERELEASE: true
8585
VERSION: ${{ github.ref_name }}
8686
run: |
87-
echo ${VERSION}
8887
curl -L https://github.com/probonopd/uploadtool/raw/master/upload.sh --output upload.sh
8988
mv target/${{ matrix.target }}/release/et et
9089
tar -cavf et-${VERSION}-${{ matrix.target }}.tar.gz et CHANGELOG.md README.md LICENSE
@@ -97,7 +96,7 @@ jobs:
9796
UPLOADTOOL_ISPRERELEASE: true
9897
VERSION: ${{ github.ref_name }}
9998
run: |
100-
echo ${VERSION}
99+
echo $env:VERSION
101100
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

0 commit comments

Comments
 (0)