Skip to content

Commit

Permalink
chore: Add SHA256 checksums file to GH releases (#18701)
Browse files Browse the repository at this point in the history
  • Loading branch information
spencergilbert authored and jszwedko committed Oct 27, 2023
1 parent fa09de3 commit 3411642
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,7 @@ jobs:
- deb-verify
- rpm-verify
- macos-verify
- generate-sha256sum
env:
VECTOR_VERSION: ${{ needs.generate-publish-metadata.outputs.vector_version }}
steps:
Expand Down Expand Up @@ -610,6 +611,11 @@ jobs:
with:
name: vector-${{ env.VECTOR_VERSION }}-armv7-unknown-linux-musleabihf
path: target/artifacts
- name: Download artifact checksums
uses: actions/download-artifact@v3
with:
name: vector-${{ env.VECTOR_VERSION }}-SHA256SUMS
path: target/artifacts
- name: Publish release to GitHub
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 3411642

Please sign in to comment.