From 31b9694bb58f3a98653e0e9e650098a59894eb47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Sun, 6 Jul 2025 14:08:18 +0200 Subject: [PATCH] Use name instead of build ID and the "merge-multiple" option --- .github/workflows/osx.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/osx.yml b/.github/workflows/osx.yml index 0be2b9bb..27c98f5d 100644 --- a/.github/workflows/osx.yml +++ b/.github/workflows/osx.yml @@ -26,10 +26,11 @@ jobs: - name: Download QtPBFImagePlugin uses: actions/download-artifact@v4 with: - artifact-ids: 3472010438 + name: libpbf.dylib github-token: ${{ github.token }} repository: tumic0/QtPBFImagePlugin path: GPXSee.app/Contents/Plugins/imageformats + merge-multiple: true run-id: 15603784426 - name: Create DMG run: macdeployqt GPXSee.app -dmg -appstore-compliant