Skip to content

Commit

Permalink
fix the order of attest-build-provenance step
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Jun 29, 2024
1 parent b0091d0 commit 1dd1551
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,17 +164,17 @@ jobs:
run: ../../bin/carton install --deployment
working-directory: ./scripts/linux

- uses: actions/attest-build-provenance@v1
with:
subject-path: ${{ runner.temp }}/perl.tar.zstd

- name: build
shell: bash
run: perl build.pl
env:
PERL5LIB: ${{ github.workspace }}/scripts/linux/local/lib/perl5
working-directory: ./scripts/linux

- uses: actions/attest-build-provenance@v1
with:
subject-path: ${{ runner.temp }}/perl.tar.zstd

- name: upload
run: |
ACTIONS_VERSION=v$(<"$GITHUB_WORKSPACE/package.json" jq -r .version)
Expand Down

0 comments on commit 1dd1551

Please sign in to comment.