Skip to content

Commit

Permalink
fix: Update artifact attestation parameters in GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlovelltroy committed Nov 22, 2024
1 parent caafe89 commit 7f32a13
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/hydrun.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
- name: Attest output
uses: actions/attest-build-provenance@v1
with:
artifact-name: ${{ matrix.target.id }}
artifact-path: ${{ matrix.target.dst }}
subject-name: ${{ matrix.target.id }}
subject-path: ${{ matrix.target.dst }}

- name: Upload output
uses: actions/upload-artifact@v4
Expand All @@ -68,6 +68,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: write
id-token: write
needs: build-linux

steps:
Expand Down

0 comments on commit 7f32a13

Please sign in to comment.