Skip to content

Commit dff6a73

Browse files
committed
Attempt the evil
1 parent a397c5e commit dff6a73

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-msys2-wizmode.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
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

0 commit comments

Comments
 (0)