mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-13 07:15:06 +00:00
ci: Adjust to new Code Signing parameters
This commit is contained in:
parent
1f78de676d
commit
c5e69e4076
1 changed files with 3 additions and 3 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -86,12 +86,12 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
# Restore the Certificate back into a file.
|
# Restore the Certificate back into a file.
|
||||||
echo "${{ secrets.CODESIGN_CERT_WIN }}" | base64 --decode > "${{ github.workspace }}/cert.pfx"
|
echo "${{ secrets.CODESIGN_CERT_WIN }}" | base64 --decode > "${{ github.workspace }}/cert.pfx"
|
||||||
echo "::set-output name=cmake_args::-DENABLE_CODESIGN=ON -DCODESIGN_TIMESTAMPS=OFF"
|
echo "::set-output name=cmake_args::-DENABLE_CODESIGN=ON -DCODESIGN_TIMESTAMPS=ON"
|
||||||
- name: "StreamFX: Configure"
|
- name: "StreamFX: Configure"
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
CODESIGN_CERT_PASS: ${{ secrets.CODESIGN_CERT_WIN_PASSWORD }}
|
CODESIGN_FILE: ${{ github.workspace }}/cert.pfx
|
||||||
CODESIGN_CERT_FILE: ${{ github.workspace }}/cert.pfx
|
CODESIGN_PASS: ${{ secrets.CODESIGN_CERT_WIN_PASSWORD }}
|
||||||
run: |
|
run: |
|
||||||
cmake -H. -B"build/temp" \
|
cmake -H. -B"build/temp" \
|
||||||
${{ steps.codesign.outputs.cmake_args }} \
|
${{ steps.codesign.outputs.cmake_args }} \
|
||||||
|
|
Loading…
Reference in a new issue