Skip to content

Commit

Permalink
Fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Sep 9, 2024
1 parent 206d13f commit 119c067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ runs:
art = os.environ["ARTIFACT"]
print(f"artifact={art}-{rnd}", file=f)
env:
artifact: ${{ inputs.artifact }}
ARTIFACT: ${{ inputs.artifact }}
shell: python
- name: Rename file
run: mv ${{ inputs.file }} ${{ steps.meta.outputs.file }}
Expand Down

0 comments on commit 119c067

Please sign in to comment.