From 8a72cd52709bde8b5194a1b92778000d2a6c162e Mon Sep 17 00:00:00 2001 From: Alex Lovell-Troy Date: Thu, 7 Nov 2024 14:52:50 -0500 Subject: [PATCH] chore: Updating the attestation to use the right path for armv8 --- .github/workflows/Release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Release.yaml b/.github/workflows/Release.yaml index 3e423b0..2a4d72c 100644 --- a/.github/workflows/Release.yaml +++ b/.github/workflows/Release.yaml @@ -68,7 +68,7 @@ jobs: - name: Attest coredhcp binary linux_arm64 uses: actions/attest-build-provenance@v1 with: - subject-path: dist/coredhcp_linux_arm64/coredhcp + subject-path: dist/coredhcp_linux_arm64_v8.0/coredhcp - name: generate build provenance of docker container uses: actions/attest-build-provenance@v1