chore: Follow up snapcraft in ci

This commit is contained in:
krille-chan 2024-11-20 05:50:20 +01:00
parent 56f6f7cd22
commit 12bb71708e
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -72,7 +72,7 @@ parts:
fluffychat:
plugin: dump
source: ./build/linux/*/release
source: ./build/linux/release
source-type: local
stage-packages:
- libsecret-1-dev