Skip to content

Commit 119c067

Browse files
committed
Fix action
1 parent 206d13f commit 119c067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ runs:
2222
art = os.environ["ARTIFACT"]
2323
print(f"artifact={art}-{rnd}", file=f)
2424
env:
25-
artifact: ${{ inputs.artifact }}
25+
ARTIFACT: ${{ inputs.artifact }}
2626
shell: python
2727
- name: Rename file
2828
run: mv ${{ inputs.file }} ${{ steps.meta.outputs.file }}

0 commit comments

Comments
 (0)