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 8856661 commit e360dd3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,10 @@ runs:
# Upload asset setelah release dibuat di step yang sama
continue-on-error: true # Lanjutkan jika upload asset gagal
- uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

with:
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 e360dd3

Please sign in to comment.