Skip to content

Commit

Permalink
Ubah Lagi
Browse files Browse the repository at this point in the history
  • Loading branch information
QiubyZ committed Sep 11, 2024
1 parent 5a46800 commit 5e8e50d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5e8e50d

Please sign in to comment.