We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d2b81e commit e0a818fCopy full SHA for e0a818f
.github/workflows/build.yml
@@ -91,15 +91,12 @@ jobs:
91
path: bin/SteamTokenDumper
92
93
# Attest
94
- - uses: actions/attest-build-provenance@v1
+ - uses: actions/attest-build-provenance@v2
95
if: matrix.os == 'windows-latest'
96
with:
97
- subject-path: 'bin/SteamTokenDumper/SteamTokenDumper.exe'
98
-
99
100
- if: matrix.os != 'windows-latest'
101
- with:
102
- subject-path: 'bin/SteamTokenDumper/SteamTokenDumper'
+ subject-path: |
+ 'bin/SteamTokenDumper/SteamTokenDumper.exe'
+ 'bin/SteamTokenDumper/SteamTokenDumper'
103
104
release:
105
if: startsWith(github.ref, 'refs/tags/')
0 commit comments