mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 00:56:02 +00:00
prevent double upload snap
This commit is contained in:
12
.github/workflows/build-app-beta.yaml
vendored
12
.github/workflows/build-app-beta.yaml
vendored
@@ -79,12 +79,12 @@ jobs:
|
||||
SNAPCRAFT_STORE_CREDENTIALS: ${{secrets.SNAPCRAFT_LOGIN}}
|
||||
APPLE_APP_SPECIFIC_PASSWORD: ${{secrets.APPLE_APP_SPECIFIC_PASSWORD}}
|
||||
|
||||
- name: publishSnap
|
||||
if: matrix.os == 'ubuntu-22.04'
|
||||
run: |
|
||||
snapcraft upload --release=beta app/dist/*.snap
|
||||
env:
|
||||
SNAPCRAFT_STORE_CREDENTIALS: ${{secrets.SNAPCRAFT_LOGIN}}
|
||||
# - name: publishSnap
|
||||
# if: matrix.os == 'ubuntu-22.04'
|
||||
# run: |
|
||||
# snapcraft upload --release=beta app/dist/*.snap
|
||||
# env:
|
||||
# SNAPCRAFT_STORE_CREDENTIALS: ${{secrets.SNAPCRAFT_LOGIN}}
|
||||
|
||||
- name: Copy artifacts
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user