Skip to content

Commit

Permalink
First release, then attest
Browse files Browse the repository at this point in the history
  • Loading branch information
EionRobb committed Aug 27, 2024
1 parent 4c917e6 commit 8641e2c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,6 @@ jobs:
name: plugin
path: lib*.dll

- name: attest
uses: actions/attest-build-provenance@v1
with:
subject-path: lib*.dll

- name: release
if: ${{ !env.ACT }}
uses: ncipollo/release-action@v1
Expand All @@ -91,3 +86,9 @@ jobs:
name: Nightly ${{ github.sha }}
allowUpdates: true
makeLatest: true

- name: attest
if: ${{ !env.ACT }}
uses: actions/attest-build-provenance@v1
with:
subject-path: lib*.dll
13 changes: 7 additions & 6 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ jobs:
name: plugin
path: lib*.so

- name: attest
uses: actions/attest-build-provenance@v1
with:
subject-path: lib*.so

- name: release
if: ${{ !env.ACT }}
uses: ncipollo/release-action@v1
Expand All @@ -44,4 +39,10 @@ jobs:
tag: nightly-${{ github.sha }}
name: Nightly ${{ github.sha }}
allowUpdates: true
makeLatest: true
makeLatest: true

- name: attest
if: ${{ !env.ACT }}
uses: actions/attest-build-provenance@v1
with:
subject-path: lib*.so

0 comments on commit 8641e2c

Please sign in to comment.