mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-05-14 23:20:15 +00:00
Update release action to include specific files
This commit is contained in:
parent
b5f2b587b4
commit
55f625cba4
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user