(feat): update android version stuff to better fit obtainium's needs
All checks were successful
/ build-web (push) Successful in 1m8s
/ build-desktop (push) Successful in 10m57s
/ build-mobile (push) Successful in 15m24s
/ release (push) Successful in 22s

This commit is contained in:
Alois 2026-05-23 17:11:16 +02:00
commit ebd2a364a7
8 changed files with 90 additions and 9 deletions

View file

@ -147,7 +147,7 @@ jobs:
run: |
VERSION="$(node -p "require('./package.json').version")"
echo "version=$VERSION" >> "$FORGEJO_OUTPUT"
echo "tag=${VERSION}-prod" >> "$FORGEJO_OUTPUT"
echo "tag=$VERSION" >> "$FORGEJO_OUTPUT"
- name: Create release and upload files
env: