diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 969b7552114c1..be635885a5ee9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -563,6 +563,7 @@ jobs: - deb-verify - rpm-verify - macos-verify + - generate-sha256sum env: VECTOR_VERSION: ${{ needs.generate-publish-metadata.outputs.vector_version }} steps: @@ -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 }}