Skip to content

Commit

Permalink
chore(ci): Download SHA256SUMS to correct location (#20269)
Browse files Browse the repository at this point in the history
This was accidentally dropped in e9815e1 resulting in the SHA256SUMS not being uploaded to the
GitHub releases.

Signed-off-by: Jesse Szwedko <[email protected]>
  • Loading branch information
jszwedko committed Apr 10, 2024
1 parent e4e7321 commit 665ab39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: vector-${{ env.VECTOR_VERSION }}-SHA256SUMS
path: target/artifacts
- name: Download staged package artifacts (arm-unknown-linux-gnueabi)
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 665ab39

Please sign in to comment.