mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-07-30 02:14:23 +02:00
Use name instead of build ID and the "merge-multiple" option
This commit is contained in:
3
.github/workflows/osx.yml
vendored
3
.github/workflows/osx.yml
vendored
@ -26,10 +26,11 @@ jobs:
|
|||||||
- name: Download QtPBFImagePlugin
|
- name: Download QtPBFImagePlugin
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
artifact-ids: 3472010438
|
name: libpbf.dylib
|
||||||
github-token: ${{ github.token }}
|
github-token: ${{ github.token }}
|
||||||
repository: tumic0/QtPBFImagePlugin
|
repository: tumic0/QtPBFImagePlugin
|
||||||
path: GPXSee.app/Contents/Plugins/imageformats
|
path: GPXSee.app/Contents/Plugins/imageformats
|
||||||
|
merge-multiple: true
|
||||||
run-id: 15603784426
|
run-id: 15603784426
|
||||||
- name: Create DMG
|
- name: Create DMG
|
||||||
run: macdeployqt GPXSee.app -dmg -appstore-compliant
|
run: macdeployqt GPXSee.app -dmg -appstore-compliant
|
||||||
|
Reference in New Issue
Block a user