From 9b3d8a390d34683b2495c66e5bbf950294a0b760 Mon Sep 17 00:00:00 2001 From: Devin Buhl Date: Tue, 9 Apr 2024 08:27:01 -0400 Subject: [PATCH] chore: switch to softprops/action-gh-release (#407) Signed-off-by: Devin Buhl --- .github/workflows/native-build.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/native-build.yml b/.github/workflows/native-build.yml index ecb3f1ef..36b45a74 100644 --- a/.github/workflows/native-build.yml +++ b/.github/workflows/native-build.yml @@ -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