From 5e8e50d3e2b39288775468d7f47a85c036586643 Mon Sep 17 00:00:00 2001 From: QiubyZ Date: Wed, 11 Sep 2024 21:42:40 +0800 Subject: [PATCH] Ubah Lagi --- action.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b39571c..0012008 100644 --- a/action.yml +++ b/action.yml @@ -59,7 +59,10 @@ runs: continue-on-error: true # Lanjutkan jika upload asset gagal - uses: actions/upload-release-asset@v1 - with: + env: + GITHUB_TOKEN: ${{ github.token }} + + with: upload_url: ${{ steps.release-id.outputs.upload_url }} asset_path: ${{ inputs.file_output }} asset_name: ${{ github.event.repository.name }}-${{ github.run_number }}.apk