Fix path in macOS universal release build workflow for artifact location

This commit is contained in:
mr. M
2025-01-27 18:04:14 +01:00
parent c6a92c2670
commit b82b0322a1

View File

@@ -205,7 +205,7 @@ jobs:
--background ./browser/branding/${{ inputs.release-branch }}/background.png \
--icon ./browser/branding/${{ inputs.release-branch }}/firefox.icns \
--dsstore ./browser/branding/${{ inputs.release-branch }}/dsstore \
./obj-x86_64-apple-darwin/dist/zen ../zen-macOS-universal-temp.dmg
./obj-x86_64-apple-darwin/dist/ ../zen-macOS-universal-temp.dmg
- name: Sign .dmg
run: |
@@ -242,10 +242,3 @@ jobs:
retention-days: 5
name: macos.mar
path: ./macos.mar
- name: Upload build artifact (update manifests)
uses: actions/upload-artifact@v4
with:
retention-days: 5
name: macos_update_manifest_${{ matrix.arch }}
path: ./dist/update