Skip to content

Commit

Permalink
Fixed attestation paths
Browse files Browse the repository at this point in the history
  • Loading branch information
synacker committed Sep 28, 2024
1 parent f05afe5 commit 7dd7f06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/daggy-github-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
uses: actions/attest-build-provenance@v1
if: github.ref_type == 'tag' || startsWith(github.ref, 'refs/heads/release/')
with:
subject-path: build/Release/**
subject-path: 'build/Release/bin/**, build/Release/lib/**'

- name: linux-gcc12_x64 Tests Report
uses: mikepenz/action-junit-report@v4
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
uses: actions/attest-build-provenance@v1
if: github.ref_type == 'tag' || startsWith(github.ref, 'refs/heads/release/')
with:
subject-path: build/Release/**
subject-path: 'build/Release/bin/**, build/Release/lib/**'

- name: win-msvc193_x64 Tests Report
uses: mikepenz/action-junit-report@v4
Expand Down Expand Up @@ -263,7 +263,7 @@ jobs:
uses: actions/attest-build-provenance@v1
if: github.ref_type == 'tag' || startsWith(github.ref, 'refs/heads/release/')
with:
subject-path: build/Release/**
subject-path: 'build/Release/bin/**, build/Release/lib/**'

- name: macos-clang13_x64 Tests Report
uses: mikepenz/action-junit-report@v4
Expand Down

0 comments on commit 7dd7f06

Please sign in to comment.