mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-06-26 08:27:46 -04:00
Merge pull request #13577 from RytoEX/fix-windows-signing
CI: Fix windows signing
This commit is contained in:
6
.github/actions/windows-signing/action.yaml
vendored
6
.github/actions/windows-signing/action.yaml
vendored
@@ -54,6 +54,12 @@ runs:
|
||||
Expand-Archive -Path $windows_zip -DestinationPath bin
|
||||
Expand-Archive -Path $nsis_zip -DestinationPath nsis
|
||||
|
||||
- name: Install NSIS
|
||||
shell: pwsh
|
||||
run: |
|
||||
# Install NSIS
|
||||
winget install --silent --accept-package-agreements --accept-source-agreements --disable-interactivity -e --id NSIS.NSIS
|
||||
|
||||
- name: Setup Google CNG Provider
|
||||
shell: pwsh
|
||||
env:
|
||||
|
||||
@@ -4,7 +4,7 @@ log_level = "trace"
|
||||
[env]
|
||||
# On CI these should be in %PATH%
|
||||
sevenzip_path = "7z"
|
||||
makensis_path = "makensis"
|
||||
makensis_path = "C:/Program Files (x86)/NSIS/makensis.exe"
|
||||
pandoc_path = "pandoc"
|
||||
pdbcopy_path = "C:/Program Files (x86)/Windows Kits/10/Debuggers/x64/pdbcopy.exe"
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ log_level = "trace"
|
||||
[env]
|
||||
# On CI these should be in %PATH%
|
||||
sevenzip_path = "7z"
|
||||
makensis_path = "makensis"
|
||||
makensis_path = "C:/Program Files (x86)/NSIS/makensis.exe"
|
||||
pandoc_path = "pandoc"
|
||||
pdbcopy_path = "C:/Program Files (x86)/Windows Kits/10/Debuggers/x64/pdbcopy.exe"
|
||||
|
||||
|
||||
2
.github/workflows/push.yaml
vendored
2
.github/workflows/push.yaml
vendored
@@ -207,7 +207,7 @@ jobs:
|
||||
|
||||
sign-windows-build:
|
||||
name: Windows Signing ✍️
|
||||
uses: obsproject/obs-studio/.github/workflows/sign-windows.yaml@83bb52b68293770f0043353c969ffe9fddfe3189
|
||||
uses: obsproject/obs-studio/.github/workflows/sign-windows.yaml@ac19ea663375cd02997be92b7d8ff6dd89a511ad
|
||||
if: github.repository_owner == 'obsproject' && github.ref_type == 'tag'
|
||||
needs: build-project
|
||||
permissions:
|
||||
|
||||
Reference in New Issue
Block a user