CI: Verify build attestation during patch generation

This commit is contained in:
derrod
2024-05-22 09:26:08 +02:00
committed by Ryan Foster
parent dfc842bfc4
commit 609ddd075e
+3 -2
View File
@@ -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