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 e0a818f commit 0c4f642Copy full SHA for 0c4f642
.github/workflows/build.yml
@@ -94,9 +94,12 @@ jobs:
94
- uses: actions/attest-build-provenance@v2
95
if: matrix.os == 'windows-latest'
96
with:
97
- subject-path: |
98
- 'bin/SteamTokenDumper/SteamTokenDumper.exe'
99
- 'bin/SteamTokenDumper/SteamTokenDumper'
+ subject-path: 'bin/SteamTokenDumper/SteamTokenDumper.exe'
+
+ - uses: actions/attest-build-provenance@v2
100
+ if: matrix.os != 'windows-latest'
101
+ with:
102
+ subject-path: 'bin/SteamTokenDumper/SteamTokenDumper'
103
104
release:
105
if: startsWith(github.ref, 'refs/tags/')
0 commit comments