test release

This commit is contained in:
garionion 2021-08-14 23:07:37 +02:00
parent 6cad3c0b19
commit b49ec8d769
Signed by: garionion
GPG key ID: 53352FA607FA681A

View file

@ -20,11 +20,19 @@ steps:
- exit - exit
- pacman -U flutter-*-x86_64.pkg.tar --noconfirm - pacman -U flutter-*-x86_64.pkg.tar --noconfirm
- cd .. - cd ..
- flutter config --no-analytics - sh scripts/build-linux.sh
- flutter config --enable-linux-desktop - tar -a -jcf fluffychat-linux-x86.tgz build/linux/x64/release/bundle/*
- flutter clean
- flutter pub get
- flutter build linux --release --verbose
- ls -al build/linux/x64/release
- 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
... ...