mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-31 02:13:51 +08:00
CI: Remove game capture dual-signing
This commit is contained in:
@@ -90,13 +90,6 @@ runs:
|
||||
Ensure-Location "${{ github.workspace }}/old_builds"
|
||||
rclone copy --transfers 100 ":gcs:obs-latest/${{ inputs.channel }}" .
|
||||
|
||||
- name: Download Presigned Game Capture Files (REMOVE AFTER 30.2!!)
|
||||
shell: pwsh
|
||||
env:
|
||||
RCLONE_GCS_ENV_AUTH: 'true'
|
||||
run: |
|
||||
rclone copy :gcs:obs-game-capture "${{ github.workspace }}/build/data/obs-plugins/win-capture"
|
||||
|
||||
- name: Run bouf
|
||||
shell: pwsh
|
||||
run: |
|
||||
|
||||
@@ -24,8 +24,7 @@ sign_kms_key_id = "projects/ci-signing/locations/global/keyRings/production/cryp
|
||||
sign_digest = "sha384"
|
||||
sign_ts_serv = "http://timestamp.digicert.com"
|
||||
sign_exts = ['exe', 'dll', 'pyd']
|
||||
sign_append = true
|
||||
sign_ts_algo = "sha256"
|
||||
sign_append = false
|
||||
|
||||
[prepare.strip_pdbs]
|
||||
# PDBs to not strip
|
||||
|
||||
Reference in New Issue
Block a user