Skip to content

Commit

Permalink
Fix download link for x64 dmg
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jan 3, 2025
1 parent c2cba5c commit 5db480d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-macos-qt6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,6 @@ jobs:
### 🍎 MacOS Qt6 builds
Download testable builds for this pull request
- Download [MacOS Qt6 arm64 (M series)](${{ needs.build.outputs.artifact-arm64-url }})
- Download [MacOS Qt6 x64 (Intel)](${{ needs.build.outputs.artifact-arm64-url }})
- Download [MacOS Qt6 x64 (Intel)](${{ needs.build.outputs.artifact-x64-url }})
*(Built from commit ${{ github.event.pull_request.head.sha }})*
pr: ${{ github.event.number }}

0 comments on commit 5db480d

Please sign in to comment.