Skip to content

Commit

Permalink
Update android action
Browse files Browse the repository at this point in the history
  • Loading branch information
tekrei committed Nov 19, 2024
1 parent 9653069 commit f3a793d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
id: currenttag
- name: Rename AAB
run: mv build-*.aab subadapp-${{ steps.currenttag.outputs.tag }}.aab
- uses: softprops/action-gh-release@v1
- uses: softprops/action-gh-release@v2
with:
files: subadapp-${{ steps.currenttag.outputs.tag }}.aab
tag_name: ${{ steps.currenttag.outputs.tag }}

0 comments on commit f3a793d

Please sign in to comment.