test release

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

View file

@ -20,11 +20,21 @@ 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
- sh scripts/build-linux.sh
- ls -al build/linux/x64/release
- name: release
image: plugins/gitea-release
environment:
#only for testing
DRONE_BUILD_EVENT: tag
settings:
base_url: https://git.entr0py.de
api_key:
from_secret: gitea_token
files: build/linux/x64/release/bundle/*
note: CHANGELOG.md
checksum:
- md5
- sha256
...