Snap fixes

[skip ci]
This commit is contained in:
Stef Tervelde
2025-03-12 22:34:03 +01:00
parent 10d878e55a
commit 4d80ce1995
5 changed files with 64 additions and 70 deletions

View File

@@ -173,14 +173,4 @@ jobs:
- name: Upload pkg to App Store
if: runner.os == 'macOS'
run: |
xcrun altool
--upload-package app/build/compose/binaries/main/pkg/Processing-${{ needs.version.outputs.version }}.pkg
--type macos
--asc-public-id ${{ secrets.PROCESSING_STORE_PUBLIC_ID }}
--apple-id ${{ secrets.PROCESSING_STORE_APP_ID }}
--bundle-id ${{ vars.GRADLE_GROUP }}.app
--bundle-short-version-string ${{ needs.version.outputs.version }}
--bundle-version ${{ needs.version.outputs.version }}
--username ${{ secrets.PROCESSING_APPLE_ID }}
--password ${{ secrets.PROCESSING_APP_PASSWORD }}
run: xcrun altool --upload-package app/build/compose/binaries/main/pkg/Processing-${{ needs.version.outputs.version }}.pkg --type macos --asc-public-id ${{ secrets.PROCESSING_STORE_PUBLIC_ID }} --apple-id ${{ secrets.PROCESSING_STORE_APP_ID }} --bundle-id ${{ vars.GRADLE_GROUP }}.app --bundle-short-version-string ${{ needs.version.outputs.version }} --bundle-version ${{ needs.version.outputs.version }} --username ${{ secrets.PROCESSING_APPLE_ID }} --password ${{ secrets.PROCESSING_APP_PASSWORD }}