test release
This commit is contained in:
parent
6cad3c0b19
commit
b49ec8d769
1 changed files with 14 additions and 6 deletions
|
@ -20,11 +20,19 @@ steps:
|
|||
- exit
|
||||
- pacman -U flutter-*-x86_64.pkg.tar --noconfirm
|
||||
- cd ..
|
||||
- flutter config --no-analytics
|
||||
- flutter config --enable-linux-desktop
|
||||
- flutter clean
|
||||
- flutter pub get
|
||||
- flutter build linux --release --verbose
|
||||
- ls -al build/linux/x64/release
|
||||
- sh scripts/build-linux.sh
|
||||
- tar -a -jcf fluffychat-linux-x86.tgz build/linux/x64/release/bundle/*
|
||||
|
||||
- name: release
|
||||
image: plugins/gitea-release
|
||||
settings:
|
||||
base_url: https://git.entr0py.de
|
||||
api_key:
|
||||
from_secret: gitea_token
|
||||
files:
|
||||
- fluffychat-linux-x86.tgz
|
||||
note: CHANGELOG.md
|
||||
checksum:
|
||||
- md5
|
||||
- sha256
|
||||
...
|
||||
|
|
Loading…
Reference in a new issue