Skip to content

Commit 2e41a77

Browse files
committed
Release script cleanup
[skip ci]
1 parent 2eefc39 commit 2e41a77

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/release-gradle.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ jobs:
144144
ORG_GRADLE_PROJECT_version: ${{ needs.version.outputs.version }}
145145
ORG_GRADLE_PROJECT_group: ${{ vars.GRADLE_GROUP }}
146146
ORG_GRADLE_PROJECT_revision: ${{ needs.version.outputs.revision }}
147+
ORG_GRADLE_PROJECT_compose.desktop.verbose: true
147148
ORG_GRADLE_PROJECT_compose.desktop.mac.sign: ${{ secrets.PROCESSING_SIGNING }}
148149
ORG_GRADLE_PROJECT_compose.desktop.mac.signing.identity: ${{ secrets.PROCESSING_SIGNING_IDENTITY }}
149150
ORG_GRADLE_PROJECT_compose.desktop.mac.notarization.appleID: ${{ secrets.PROCESSING_APPLE_ID }}
@@ -169,8 +170,4 @@ jobs:
169170
if: runner.os == 'Linux'
170171
run: snapcraft upload app/build/compose/binaries/main/${{ matrix.binary }}.${{ matrix.extension }}
171172
env:
172-
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.PROCESSING_SNAPCRAFT_TOKEN }}
173-
174-
- name: Upload pkg to App Store
175-
if: runner.os == 'macOS'
176-
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 }}
173+
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.PROCESSING_SNAPCRAFT_TOKEN }}

app/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ compose.desktop {
5050

5151
nativeDistributions{
5252
modules("jdk.jdi", "java.compiler", "jdk.accessibility")
53-
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb, TargetFormat.Pkg)
53+
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
5454
packageName = "Processing"
5555

5656
macOS{

0 commit comments

Comments
 (0)