Skip to content

Commit

Permalink
fix: qt ifw version
Browse files Browse the repository at this point in the history
  • Loading branch information
Candinya committed Apr 21, 2024
1 parent 19bb1d9 commit 61e5137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
run: |
New-Item -ItemType Directory installer\packages\net.candymade.nyatrace\data
Copy-Item -Recurse workspace\${env:ARCHIVE_NAME}\* installer\packages\net.candymade.nyatrace\data\
& "${env:IQTA_TOOLS}\QtInstallerFramework\4.5\bin\binarycreator.exe" -c installer\config\config.xml -p installer\packages ${{ env.ARCHIVE_NAME }}-Installer.exe -v
& "${env:IQTA_TOOLS}\QtInstallerFramework\4.7\bin\binarycreator.exe" -c installer\config\config.xml -p installer\packages ${{ env.ARCHIVE_NAME }}-Installer.exe -v
- name: Upload built installer
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 61e5137

Please sign in to comment.