From 45ee89ffc323587ffe65c51792a9dc97c8241847 Mon Sep 17 00:00:00 2001 From: Alex Lovell-Troy Date: Wed, 30 Oct 2024 12:51:47 -0600 Subject: [PATCH] fix AMD64 microcode version in attestation Signed-off-by: Alex Lovell-Troy --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index edf7304..1136387 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -55,4 +55,4 @@ jobs: - name: Attest Binaries uses: actions/attest-build-provenance@v1 with: - subject-path: '${{ github.workspace }}/dist/magellan_linux_amd64_v1/magellan' + subject-path: '${{ github.workspace }}/dist/magellan_linux_amd64_v3/magellan'