File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Build and Release
33on :
44 push :
55 tags :
6- - ' v *'
6+ - ' *'
77
88jobs :
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
You can’t perform that action at this time.
0 commit comments