Skip to content

Commit 223e46a

Browse files
authored
Update msys-mingw64-release.yml
1 parent 1cd898f commit 223e46a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/msys-mingw64-release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build and Release
33
on:
44
push:
55
tags:
6-
- 'v*'
6+
- '*'
77

88
jobs:
99
msys2-mingw64:
@@ -26,10 +26,12 @@ jobs:
2626
run: cp $MSYSTEM_PREFIX/bin/libportaudio.dll .
2727
- name: Install NSIS EnvVar plugin
2828
run: (cd $MSYSTEM_PREFIX/share/nsis && wget https://nsis.sourceforge.io/mediawiki/images/7/7f/EnVar_plugin.zip && unzip EnVar_plugin.zip && cp Plugins/amd64-unicode/EnVar.dll Plugins/unicode/EnVar.dll)
29+
- name: Replace version string
30+
run: sed -i -e 's/{{VERSION}}/'${{github.ref_name}}'/' mdxtools.nsi
2931
- name: Create NSIS installer
3032
run: makensis mdxtools.nsi
3133
- name: Release
3234
uses: softprops/action-gh-release@v2
3335
if: startsWith(github.ref, 'refs/tags/')
3436
with:
35-
files: mdxtools-installer.exe
37+
files: mdxtools-${{github.ref_name}}.exe

0 commit comments

Comments
 (0)