chore: Follow up snapcraft in ci
This commit is contained in:
parent
56f6f7cd22
commit
12bb71708e
2 changed files with 2 additions and 1 deletions
1
.github/workflows/main_deploy.yaml
vendored
1
.github/workflows/main_deploy.yaml
vendored
|
|
@ -97,6 +97,7 @@ jobs:
|
|||
./flutter/bin/flutter doctor
|
||||
- run: ./flutter/bin/flutter pub get
|
||||
- run: ./flutter/bin/flutter build linux --target-platform linux-${{ matrix.arch }} --release
|
||||
- run: mv ./build/linux/${{ matrix.arch }}/release ./build/linux/
|
||||
- uses: snapcore/action-build@v1
|
||||
id: build
|
||||
- uses: snapcore/action-publish@v1
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@ parts:
|
|||
|
||||
fluffychat:
|
||||
plugin: dump
|
||||
source: ./build/linux/*/release
|
||||
source: ./build/linux/release
|
||||
source-type: local
|
||||
stage-packages:
|
||||
- libsecret-1-dev
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue