Skip to content

Commit

Permalink
FIX: upload to different artifact names (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer authored Jan 13, 2024
1 parent 69ee2fe commit 425dd92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ runs:
shell: bash
- uses: actions/upload-artifact@v4
with:
name: pip-constraints-${{ inputs.python-version }}
path: .constraints/py${{ inputs.python-version }}.txt

0 comments on commit 425dd92

Please sign in to comment.