Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 9ef9c42

Browse files
committed
whoops
1 parent 2a2bc24 commit 9ef9c42

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.github/workflows/release.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -70,23 +70,6 @@ jobs:
7070
args: --target i686-unknown-linux-gnu --release --package auxmos --lib -- generate_binds --exact --show-output
7171
if: matrix.os == 'ubuntu-20.04'
7272

73-
- name: Generate build provenance (Binaries)
74-
uses: actions/attest-build-provenance@v1
75-
with:
76-
subject-path: target/${{ matrix.target_name }}/release/${{ matrix.artifact_name }}
77-
78-
- name: Generate build provenance (Debug information)
79-
uses: actions/attest-build-provenance@v1
80-
with:
81-
subject-path: target/${{ matrix.target_name }}/release/${{ matrix.debug_pdb_name }}
82-
if: matrix.os == 'windows-latest'
83-
84-
- name: Generate build provenance (Bindings)
85-
uses: actions/attest-build-provenance@v1
86-
with:
87-
subject-path: bindings.dm
88-
if: matrix.os == 'ubuntu-20.04'
89-
9073
- name: Upload binary to release
9174
uses: svenstaro/upload-release-action@v1-release
9275
with:
@@ -112,3 +95,20 @@ jobs:
11295
asset_name: bindings.dm
11396
tag: ${{ github.ref }}
11497
if: matrix.os == 'ubuntu-20.04'
98+
99+
- name: Generate build provenance (Binaries)
100+
uses: actions/attest-build-provenance@v1
101+
with:
102+
subject-path: target/${{ matrix.target_name }}/release/${{ matrix.artifact_name }}
103+
104+
- name: Generate build provenance (Debug information)
105+
uses: actions/attest-build-provenance@v1
106+
with:
107+
subject-path: target/${{ matrix.target_name }}/release/${{ matrix.debug_pdb_name }}
108+
if: matrix.os == 'windows-latest'
109+
110+
- name: Generate build provenance (Bindings)
111+
uses: actions/attest-build-provenance@v1
112+
with:
113+
subject-path: bindings.dm
114+
if: matrix.os == 'ubuntu-20.04'

0 commit comments

Comments
 (0)