File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments