Skip to content

Commit

Permalink
Revert "Update attest-build-provenance"
Browse files Browse the repository at this point in the history
This reverts commit e0a818f.
  • Loading branch information
xPaw committed Dec 10, 2024
1 parent e0a818f commit 0c4f642
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,12 @@ jobs:
- uses: actions/attest-build-provenance@v2
if: matrix.os == 'windows-latest'
with:
subject-path: |
'bin/SteamTokenDumper/SteamTokenDumper.exe'
'bin/SteamTokenDumper/SteamTokenDumper'
subject-path: 'bin/SteamTokenDumper/SteamTokenDumper.exe'

- uses: actions/attest-build-provenance@v2
if: matrix.os != 'windows-latest'
with:
subject-path: 'bin/SteamTokenDumper/SteamTokenDumper'

release:
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 0c4f642

Please sign in to comment.