mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-16 08:16:12 +00:00
fix snapcraft 2
This commit is contained in:
4
.github/workflows/snapcraft-release.yml
vendored
4
.github/workflows/snapcraft-release.yml
vendored
@@ -7,11 +7,11 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- uses: snapcore/action-build@v1
|
- uses: snapcore/action-build@v1
|
||||||
id: build
|
id: build
|
||||||
with:
|
with:
|
||||||
path: ./packages/snap
|
path: packages
|
||||||
- uses: snapcore/action-publish@v1
|
- uses: snapcore/action-publish@v1
|
||||||
env:
|
env:
|
||||||
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_STORE_LOGIN }}
|
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_STORE_LOGIN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user