Skip to content

Commit

Permalink
Update build-amd64.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxianpeng authored Jun 13, 2024
1 parent dd75861 commit 1d6ea3a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,9 @@ jobs:
name: clang-tools
path: "${{ matrix.release }}${{ matrix.bindir }}/clang-*-${{ env.suffix }}*"
retention-days: 1
- uses: actions/attest-build-provenance@v1
- name: create attestations
if: ${{ github.actor != 'dependabot[bot]' }} || github.event_name != 'pull_request'
uses: actions/attest-build-provenance@v1
with:
subject-path: "${{ matrix.release }}${{ matrix.bindir }}/clang-*-${{ env.suffix }}"

Expand Down

0 comments on commit 1d6ea3a

Please sign in to comment.