Skip to content

Commit

Permalink
Upload dmg
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jan 4, 2025
1 parent 666d8e7 commit 293a36c
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/build-macos-qt6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,6 @@ jobs:
path: |
build/_CPack_Packages/Darwin/External/*/*.app
- name: Export artifact url
id: artifact-url
run: |
echo "${{ matrix.triplet }}=${{ steps.artifact-dmg-upload.outputs.artifact-url }}" >> $GITHUB_OUTPUT
schedule_download_comment:
name: Create dmg
runs-on: macos-latest
Expand Down Expand Up @@ -194,6 +189,14 @@ jobs:
${QGIS_APP_NAME}-Installer.dmg \
universal/*/*.app
- name: 📤 Upload app
uses: actions/upload-artifact@v4
id: artifact-mac-qt6
with:
name: qgis-${{steps.workflow-artifact-ids.outputs.display-name}}-dmg
path: |
*.dmg
- name: Upload release assets
uses: AButler/[email protected]
if: ${{ github.event_name == 'release' }}
Expand All @@ -208,8 +211,7 @@ jobs:
marker: macos-qt6
body: |
### 🍎 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-x64-url }})
Download [MacOS Qt6 builds of this PR for testing](${{ steps.artifact-mac-qt6.outputs.artifact-url }}).
_This installer is not signed, `control`+click > `open` the app to avoid the warning_
*(Built from commit ${{ github.event.pull_request.head.sha }})*
pr: ${{ github.event.number }}

0 comments on commit 293a36c

Please sign in to comment.