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 88 run :
99 shell : msys2 {0}
1010 steps :
11- - uses : actions/checkout@v2
11+ - uses : actions/checkout@v4
1212 - uses : msys2/setup-msys2@v2
1313 with :
1414 msystem : MINGW32
@@ -41,15 +41,15 @@ jobs:
4141 run : |
4242 cd D:/a/ivan/ivan
4343 ls
44- cd cd D:/a/ivan/ivan/installation/ivan
44+ cd D:/a/ivan/ivan/installation/ivan
4545 ls
4646
4747 # Attention: you perform the release step when you push a tag, neat huh?
4848 - name : Release
4949 uses : softprops/action-gh-release@v2
5050 if : startsWith(github.ref, 'refs/tags/')
5151 with :
52- files : ${{ github.workspace }}\* .zip
52+ files : ${{ github.workspace }}\IVAN-${{env.RELEASE_VERSION}}-win .zip
5353 env :
5454 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5555 # GITHUB_REPOSITORY: attnam/ivan
You can’t perform that action at this time.
0 commit comments