Skip to content

Commit

Permalink
fix(ci): fix the artifact name for the Release workflow (#733)
Browse files Browse the repository at this point in the history
Refs: f70fd7c
  • Loading branch information
jenstroeger authored May 14, 2024
1 parent 6bfcd59 commit 16c9727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
- name: Download artifact
uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5
with:
name: artifact-ubuntu-latest-python-3.11
name: artifact-ubuntu-latest-python-3.12
path: dist

# Verify hashes by first computing hashes for the artifacts and then comparing them
Expand Down

0 comments on commit 16c9727

Please sign in to comment.