Skip to content

Commit

Permalink
Ubah Lagi
Browse files Browse the repository at this point in the history
  • Loading branch information
QiubyZ committed Sep 10, 2024
1 parent 82afa7f commit 8856661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ runs:
continue-on-error: true # Lanjutkan jika upload asset gagal
- uses: actions/upload-release-asset@v1
with:
token: ${{ github.token }}
GITHUB_TOKEN: ${{ github.token }}
upload_url: ${{ steps.release-id.outputs.upload_url }}
asset_path: ${{ inputs.file_output }}
asset_name: ${{ github.repository }}-${{ github.run_number }}.apk
Expand Down

0 comments on commit 8856661

Please sign in to comment.