Skip to content

Commit

Permalink
CI: Verify build attestation during patch generation
Browse files Browse the repository at this point in the history
  • Loading branch information
derrod committed May 23, 2024
1 parent 0971448 commit 33f2b51
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/actions/windows-patches/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ runs:
run: |
# Download OBS release
. ${env:GITHUB_ACTION_PATH}\Invoke-External.ps1
Invoke-External gh release download "${{ inputs.tagName }}" -p "*-Windows.zip"
Expand-Archive -Path "*-Windows.zip" -DestinationPath "${{ github.workspace }}/build"
Invoke-External gh release download "${{ inputs.tagName }}" -p "OBS-Studio-${{ inputs.tagName }}-Windows.zip"
Invoke-External gh attestation verify "OBS-Studio-${{ inputs.tagName }}-Windows.zip" --owner obsproject
Expand-Archive -Path "OBS-Studio-${{ inputs.tagName }}-Windows.zip" -DestinationPath "${{ github.workspace }}/build"
- name: Setup bouf
shell: pwsh
Expand Down

0 comments on commit 33f2b51

Please sign in to comment.