mirror of
https://github.com/str4d/rage.git
synced 2025-04-03 19:07:42 +03:00
Merge 58c8a48545
into d7c727aef9
This commit is contained in:
commit
5d3bd96fe6
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -119,7 +119,7 @@ jobs:
|
|||
if: matrix.name == 'windows'
|
||||
|
||||
- name: Generate artifact attestation
|
||||
uses: actions/attest-build-provenance@v1
|
||||
uses: actions/attest-build-provenance@v2
|
||||
with:
|
||||
subject-path: 'release/rage/*'
|
||||
|
||||
|
@ -310,7 +310,7 @@ jobs:
|
|||
run: cargo deb --package rage --no-build --target ${{ matrix.target }} ${{ matrix.deb_flags }}
|
||||
|
||||
- name: Generate artifact attestation
|
||||
uses: actions/attest-build-provenance@v1
|
||||
uses: actions/attest-build-provenance@v2
|
||||
with:
|
||||
subject-path: 'target/${{ matrix.target }}/debian/*.deb'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue