Skip to content

Commit

Permalink
feat: rename apk
Browse files Browse the repository at this point in the history
  • Loading branch information
RedCommander735 committed May 2, 2024
1 parent 133fece commit 5194eab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
name: build
path: build/app/outputs/flutter-apk/app-release.apk

- name: Rename apk
run: mv build/app/outputs/flutter-apk/app-release.apk build/app/outputs/flutter-apk/${{ github.ref_name }}-release.apk

- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 5194eab

Please sign in to comment.