Skip to content

Commit b378022

Browse files
committed
Update build-gradle.yml
1 parent e0d9b8f commit b378022

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/build-gradle.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,17 @@ jobs:
5151
- name: Setup Gradle
5252
uses: gradle/actions/setup-gradle@v4
5353
- name: Build with Gradle
54-
run: ./gradlew packageDistributionForCurrentOS
55-
env:
56-
ORG_GRADLE_PROJECT_version: ${{ github.sha }}
54+
run: ./gradlew packageDistributionForCurrentOS -Pversion=${{ github.sha }}
55+
- name: Add instructions
56+
run: |
57+
echo "run `xattr -d com.apple.quarantine Processing-4.3.2.dmg` to remove the quarantine flag" > ./app/build/compose/binaries/main/dmg/INSTRUCTIONS_FOR_TESTING.txt
5758
- name: Add artifact
5859
uses: actions/upload-artifact@v4
5960
with:
6061
name: processing-${{github.sha}}${{ matrix.os_prefix }}-${{ matrix.arch }}
6162
path: |
62-
./app/build/compose/binaries/**/*.dmg
63-
./app/build/compose/binaries/**/*.msi
64-
./app/build/compose/binaries/**/*.deb
63+
./app/build/compose/binaries/main/dmg/*.dmg
64+
./app/build/compose/binaries/main/dmg/*.txt
65+
./app/build/compose/binaries/main/msi/*.msi
66+
./app/build/compose/binaries/main/deb/*.deb
6567
retention-days: 1

0 commit comments

Comments
 (0)