Skip to content

Commit 3fda3b8

Browse files
committed
and update everything required
1 parent 28b84c3 commit 3fda3b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/artifact-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
- name: Upload Release Artifact
3131
env:
3232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33-
run: gh release upload ${{ steps.read_tag.outputs.tag }} ${{ steps.artifact_name.outputs.artifact_name }}.zip
33+
run: gh release upload ${{ github.event.inputs.release_tag }} ${{ steps.artifact_name.outputs.artifact_name }}.zip

0 commit comments

Comments
 (0)