mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-06-03 05:34:23 -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
|
path: ./front/kyoo.apk
|
||||||
|
|
||||||
- name: Upload release artifacts
|
- 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/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
with:
|
with:
|
||||||
args: ./front/kyoo.apk
|
files: ./front/kyoo.apk
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user