Skip to content

Commit

Permalink
Update windows-qt6.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn authored May 16, 2024
1 parent 90ee3db commit 9332fba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows-qt6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ jobs:
- name: Save PR number to zips
run: |
echo ${{ github.event.number }} | tee pr_number
zip -u *-win64.zip pr_number
powershell Compress-Archive -update pr_number *-win64.zip
echo ${{ github.event.pull_request.head.sha }} | tee git_commit
zip -u *-win64.zip git_commit
powershell Compress-Archive -update git_commit *-win64.zip
- name: 📤 Upload bundle
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 9332fba

Please sign in to comment.