mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
chore: switch to softprops/action-gh-release (#407)
Signed-off-by: Devin Buhl <devin@buhl.casa>
This commit is contained in:
parent
57246cade1
commit
9b3d8a390d
6
.github/workflows/native-build.yml
vendored
6
.github/workflows/native-build.yml
vendored
@ -58,9 +58,7 @@ jobs:
|
||||
path: ./front/kyoo.apk
|
||||
|
||||
- name: Upload release artifacts
|
||||
uses: Roang-zero1/github-upload-release-artifacts-action@v2
|
||||
uses: softprops/action-gh-release@v2
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
args: ./front/kyoo.apk
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
files: ./front/kyoo.apk
|
||||
|
Loading…
x
Reference in New Issue
Block a user