CI: Only promote snap but let launchpad build
This commit is contained in:
parent
b255ddcd61
commit
9e0f9f5d23
2 changed files with 9 additions and 17 deletions
12
.github/workflows/main_deploy.yaml
vendored
12
.github/workflows/main_deploy.yaml
vendored
|
|
@ -44,18 +44,6 @@ jobs:
|
|||
publish_dir: ./public
|
||||
publish_branch: gh-pages
|
||||
|
||||
deploy_snapcraft_edge:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_TOKEN }}
|
||||
steps:
|
||||
- name: Check out Git repository
|
||||
uses: actions/checkout@v3
|
||||
- uses: snapcore/action-build@v1
|
||||
id: snapcraft
|
||||
- name: Publish Snap
|
||||
run: snapcraft push ./*.snap
|
||||
|
||||
deploy_playstore_internal:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue