Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
jupyterkat committed Nov 9, 2024
1 parent 2a2bc24 commit 9ef9c42
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,23 +70,6 @@ jobs:
args: --target i686-unknown-linux-gnu --release --package auxmos --lib -- generate_binds --exact --show-output
if: matrix.os == 'ubuntu-20.04'

- name: Generate build provenance (Binaries)
uses: actions/attest-build-provenance@v1
with:
subject-path: target/${{ matrix.target_name }}/release/${{ matrix.artifact_name }}

- name: Generate build provenance (Debug information)
uses: actions/attest-build-provenance@v1
with:
subject-path: target/${{ matrix.target_name }}/release/${{ matrix.debug_pdb_name }}
if: matrix.os == 'windows-latest'

- name: Generate build provenance (Bindings)
uses: actions/attest-build-provenance@v1
with:
subject-path: bindings.dm
if: matrix.os == 'ubuntu-20.04'

- name: Upload binary to release
uses: svenstaro/upload-release-action@v1-release
with:
Expand All @@ -112,3 +95,20 @@ jobs:
asset_name: bindings.dm
tag: ${{ github.ref }}
if: matrix.os == 'ubuntu-20.04'

- name: Generate build provenance (Binaries)
uses: actions/attest-build-provenance@v1
with:
subject-path: target/${{ matrix.target_name }}/release/${{ matrix.artifact_name }}

- name: Generate build provenance (Debug information)
uses: actions/attest-build-provenance@v1
with:
subject-path: target/${{ matrix.target_name }}/release/${{ matrix.debug_pdb_name }}
if: matrix.os == 'windows-latest'

- name: Generate build provenance (Bindings)
uses: actions/attest-build-provenance@v1
with:
subject-path: bindings.dm
if: matrix.os == 'ubuntu-20.04'

0 comments on commit 9ef9c42

Please sign in to comment.