mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-30 17:58:37 +08:00
CI: Verify build attestation during patch generation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user