We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f4174a commit 831c50cCopy full SHA for 831c50c
1 file changed
.github/workflows/android.yml
@@ -72,3 +72,11 @@ jobs:
72
echo "Error: Source APK not found at $SOURCE_FILE"
73
exit 1
74
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