mirror of
https://github.com/processing/processing4.git
synced 2026-05-01 00:15:38 +02:00
Snap: Auto Release to Beta
This commit is contained in:
2
.github/workflows/release-gradle.yml
vendored
2
.github/workflows/release-gradle.yml
vendored
@@ -168,6 +168,6 @@ jobs:
|
||||
|
||||
- name: Upload snap to Snap Store
|
||||
if: runner.os == 'Linux'
|
||||
run: snapcraft upload app/build/compose/binaries/main/${{ matrix.binary }}.${{ matrix.extension }}
|
||||
run: snapcraft upload --release=beta app/build/compose/binaries/main/${{ matrix.binary }}.${{ matrix.extension }}
|
||||
env:
|
||||
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.PROCESSING_SNAPCRAFT_TOKEN }}
|
||||
Reference in New Issue
Block a user