Update workflow.yml

This commit is contained in:
CherretGit
2025-03-30 17:25:59 +07:00
committed by GitHub
parent 2b611ce8cd
commit aac80da9a7

View File

@@ -54,6 +54,10 @@ jobs:
run: |
$ANDROID_HOME/build-tools/$(ls $ANDROID_HOME/build-tools | sort -V | tail -1)/apksigner verify \
app/build/outputs/apk/release/app-release.apk
- name: Create Tag
run: |
git tag ${{ github.event.inputs.tag }}
git push origin ${{ github.event.inputs.tag }}
- name: Create GitHub Release
uses: softprops/action-gh-release@v1
env: