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 5eb0cf4 commit d80f941
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,17 @@ runs:
- name: Upload APK to Artifacts
uses: actions/[email protected]
with:
env: # Pindahkan env ke dalam with
GITHUB_TOKEN: ${{ github.token }}
#env: # Pindahkan env ke dalam with
#GITHUB_TOKEN: ${{ github.token }}
name: ${{ github.repository }}
path: ${{ inputs.file_output }}

- name: Create Release and Upload Asset
id: release-id
uses: actions/create-release@v1
with:
env: # Pindahkan env ke dalam with
GITHUB_TOKEN: ${{ github.token }}
#env: # Pindahkan env ke dalam with
#GITHUB_TOKEN: ${{ github.token }}
tag_name: "${{ inputs.tag }}-${{ github.run_number }}"
release_name: ${{ github.repository }}
body: ${{ inputs.body_release }}
Expand Down

0 comments on commit d80f941

Please sign in to comment.