Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kaniol-lck committed Jul 10, 2024
1 parent 4d6142d commit 4323a76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,9 +235,10 @@ jobs:
run: |
(Get-Content package/modmanager.nsi).replace('PROGRAMFILES', 'PROGRAMFILES64') | Set-Content package/modmanager.nsi
- name: Create installer
shell: pwsh
run: |
makensis package/modmanager.nsi
zip -q -r ModManager-${{ env.VERSION }}-${{ matrix.qt_ver }}-x64-packed.zip deploy/*
Compress-Archive -DestinationPath ModManager-${{ env.VERSION }}-${{ matrix.qt_ver }}-x64-packed.zip -Path deploy/*
- uses: actions/upload-artifact@v2
with:
name: ModManager-${{ env.VERSION }}-${{ matrix.qt_ver }}-x64-Installer.exe
Expand Down

0 comments on commit 4323a76

Please sign in to comment.