Skip to content

Commit

Permalink
Reapply "Add attestation"
Browse files Browse the repository at this point in the history
This reverts commit 8d89683.
  • Loading branch information
xPaw committed May 22, 2024
1 parent 8d89683 commit 42ff7f1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: CI
permissions:
actions: write
contents: write
id-token: write
attestations: write

on:
push:
Expand Down Expand Up @@ -84,6 +86,17 @@ jobs:
name: SteamTokenDumper-linux-x64
path: bin/SteamTokenDumper

# Attest
- uses: actions/attest-build-provenance@v1
if: matrix.os == 'windows-latest'
with:
subject-path: 'bin/SteamTokenDumper/SteamTokenDumper.exe'

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

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

0 comments on commit 42ff7f1

Please sign in to comment.