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 bc796fe commit 5217aa1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ inputs:
runs:
using: 'composite'
steps:

- uses: actions/checkout@v4

- name: Setting JDK 17
Expand All @@ -42,17 +43,17 @@ runs:
- name: Upload APK to Artifacts
uses: actions/[email protected]
with:
#env: # Pindahkan env ke dalam with
#GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
env: # Pindahkan env ke dalam with
GITHUB_TOKEN: ${{ secrets.workflows_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: ${{ secrets.GITHUB_TOKEN }}
env: # Pindahkan env ke dalam with
GITHUB_TOKEN: ${{ secrets.workflows_token }}
tag_name: "${{ inputs.tag }}-${{ github.run_number }}"
release_name: ${{ github.repository }}
body: ${{ inputs.body_release }}
Expand Down

0 comments on commit 5217aa1

Please sign in to comment.