Skip to content

Commit f3a793d

Browse files
committed
Update android action
1 parent 9653069 commit f3a793d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
id: currenttag
3434
- name: Rename AAB
3535
run: mv build-*.aab subadapp-${{ steps.currenttag.outputs.tag }}.aab
36-
- uses: softprops/action-gh-release@v1
36+
- uses: softprops/action-gh-release@v2
3737
with:
3838
files: subadapp-${{ steps.currenttag.outputs.tag }}.aab
3939
tag_name: ${{ steps.currenttag.outputs.tag }}

0 commit comments

Comments
 (0)