Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
Change nsis workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pierr3 committed Feb 27, 2022
1 parent a6dbf96 commit c4f33f2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ jobs:
mv installer/speexdsp.dll installer/libspeexdsp.dll
cp bundle_windows.nsi installer/install.nsi
- name: Create installer
uses: joncloud/[email protected]
run: |
cd installer/
makensis install.nsi
- name: Rename installer
run: |
mv installer/VectorAudio-installer.exe VectorAudio-${{ env.RELEASE_VERSION }}-Installer.exe
Expand Down

0 comments on commit c4f33f2

Please sign in to comment.