mirror of
https://github.com/processing/processing4.git
synced 2026-01-27 02:11:08 +01:00
Snap fixes
[skip ci]
This commit is contained in:
12
.github/workflows/release-gradle.yml
vendored
12
.github/workflows/release-gradle.yml
vendored
@@ -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 }}
|
||||
Reference in New Issue
Block a user