Skip to content

Commit e0a818f

Browse files
committed
Update attest-build-provenance
1 parent 2d2b81e commit e0a818f

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,12 @@ jobs:
9191
path: bin/SteamTokenDumper
9292

9393
# Attest
94-
- uses: actions/attest-build-provenance@v1
94+
- uses: actions/attest-build-provenance@v2
9595
if: matrix.os == 'windows-latest'
9696
with:
97-
subject-path: 'bin/SteamTokenDumper/SteamTokenDumper.exe'
98-
99-
- uses: actions/attest-build-provenance@v1
100-
if: matrix.os != 'windows-latest'
101-
with:
102-
subject-path: 'bin/SteamTokenDumper/SteamTokenDumper'
97+
subject-path: |
98+
'bin/SteamTokenDumper/SteamTokenDumper.exe'
99+
'bin/SteamTokenDumper/SteamTokenDumper'
103100
104101
release:
105102
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)