Update release action to include specific files

This commit is contained in:
Star1xr 2026-03-29 18:00:54 +03:00 committed by GitHub
parent b5f2b587b4
commit 55f625cba4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
files:
files: android-armv7a-build.zip
tag_name: ${{ github.ref_name }}
draft: true
prerelease: false # tokens just a placeholder! dont put token on the secrets.