File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 6262 ./app/build/compose/binaries/main/dmg/INSTRUCTIONS_FOR_TESTING.txt
6363 ./app/build/compose/binaries/main/msi/Processing-*.msi
6464 ./app/build/compose/binaries/main/deb/processing*.deb
65+ retention-days : 1
66+ - name : Upload Snap
67+ uses : actions/upload-artifact@v4
68+ with :
69+ name : processing-${{ github.ref_name }}-${{github.sha}}-${{ matrix.os_prefix }}-${{ matrix.arch }}-snap
70+ path : |
6571 ./app/build/compose/binaries/main/processing*.snap
6672 retention-days : 1
Original file line number Diff line number Diff line change @@ -164,6 +164,7 @@ tasks.register("generateSnapConfiguration"){
164164
165165 val arch = when (System .getProperty(" os.arch" )) {
166166 " amd64" , " x86_64" -> " amd64"
167+ " aarch64" -> " arm64"
167168 else -> System .getProperty(" os.arch" )
168169 }
169170
You can’t perform that action at this time.
0 commit comments