Skip to content

Commit

Permalink
Merge pull request #11102 from derrod/ci-remove-legacy-gamecap
Browse files Browse the repository at this point in the history
CI: Remove game capture dual-signing
  • Loading branch information
RytoEX authored Aug 15, 2024
2 parents ee1b782 + 5cbeb15 commit 9c3ac1e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .github/actions/windows-signing/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
3 changes: 1 addition & 2 deletions .github/actions/windows-signing/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ jobs:

sign-windows-build:
name: Windows Signing ✍️
uses: obsproject/obs-studio/.github/workflows/sign-windows.yaml@d2b05a6e0c6a0f51c42f247efd581bed8f4a1877
uses: obsproject/obs-studio/.github/workflows/sign-windows.yaml@dc7a58484d3ef2c610a5184dd05d1d02dbd3e549
if: github.repository_owner == 'obsproject' && github.ref_type == 'tag'
needs: build-project
permissions:
Expand Down

0 comments on commit 9c3ac1e

Please sign in to comment.