build: set an hardcoded tag value for now [skip ci]

This commit is contained in:
Alberto Ponces 2022-08-19 21:58:45 +01:00 committed by GitHub
parent 4b2806c519
commit 81107970d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: flutter build apk --debug
- name: Add version to APK
run: mv build/app/outputs/flutter-apk/app-debug.apk revanced-manager-$GITHUB_REF_NAME.apk
run: mv build/app/outputs/flutter-apk/app-debug.apk revanced-manager-latest.apk
- name: Publish debug APK
uses: "marvinpinto/action-automatic-releases@latest"
with:
@ -36,4 +36,4 @@ jobs:
automatic_release_tag: "latest"
prerelease: true
title: "Development Build"
files: revanced-manager-$GITHUB_REF_NAME.apk
files: revanced-manager-latest.apk