chore: release apk and deb packages

This commit is contained in:
wpetit 2023-03-26 18:58:18 +02:00
parent 0b783c374a
commit 56063a66ac
1 changed files with 2 additions and 0 deletions

View File

@ -124,6 +124,8 @@ gitea-release: tools/gitea-release/bin/gitea-release.sh goreleaser
rm -rf .gitea-release/*
cp dist/*.tar.gz .gitea-release/
cp dist/*.apk .gitea-release/
cp dist/*.deb .gitea-release/
GITEA_RELEASE_PROJECT="emissary" \
GITEA_RELEASE_ORG="arcad" \