Skip to content

Commit 0c4f642

Browse files
committed
Revert "Update attest-build-provenance"
This reverts commit e0a818f.
1 parent e0a818f commit 0c4f642

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,12 @@ jobs:
9494
- uses: actions/attest-build-provenance@v2
9595
if: matrix.os == 'windows-latest'
9696
with:
97-
subject-path: |
98-
'bin/SteamTokenDumper/SteamTokenDumper.exe'
99-
'bin/SteamTokenDumper/SteamTokenDumper'
97+
subject-path: 'bin/SteamTokenDumper/SteamTokenDumper.exe'
98+
99+
- uses: actions/attest-build-provenance@v2
100+
if: matrix.os != 'windows-latest'
101+
with:
102+
subject-path: 'bin/SteamTokenDumper/SteamTokenDumper'
100103

101104
release:
102105
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)