chore: switch to softprops/action-gh-release (#407)

Signed-off-by: Devin Buhl <devin@buhl.casa>
This commit is contained in:
Devin Buhl 2024-04-09 08:27:01 -04:00 committed by GitHub
parent 57246cade1
commit 9b3d8a390d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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