Skip to content

Commit 831c50c

Browse files
committed
final update to android.yml
1 parent 9f4174a commit 831c50c

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/android.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,11 @@ jobs:
7272
echo "Error: Source APK not found at $SOURCE_FILE"
7373
exit 1
7474
fi
75+
- name: Upload to GitHub Release
76+
if: 'startsWith(github.ref, ''refs/tags/'')'
77+
uses: softprops/action-gh-release@v2
78+
with:
79+
files: '${{ env.FINAL_APK }}'
80+
generate_release_notes: true
81+
env:
82+
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'

0 commit comments

Comments
 (0)