We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f6e488 commit cd2cba9Copy full SHA for cd2cba9
.github/workflows/main.yml
@@ -90,15 +90,15 @@ jobs:
90
Get-ChildItem -Path archive -Recurse -File | Where-Object { -not @(".exe", ".dll", ".png").Contains($_.Extension) } | Remove-Item -Force
91
92
- name: Make installer
93
- shell: pwsh
+ shell: powershell
94
run: ./ci/make_installer.ps1 "${{ env.SL_OBS_VERSION }}" "${{ github.sha }}"
95
96
- name: Sign installer
97
run: |
98
logisign client --client logitech-cpg-sign-client --app streamlabs --files slplugin-${{ env.SL_OBS_VERSION }}-${{ github.sha }}-signed.exe
99
100
- name: Make signed zip
101
102
run: ./ci/make_signed_zip.ps1 "${{ env.SL_OBS_VERSION }}" "${{ github.sha }}"
103
104
- name: Configure AWS credentials
0 commit comments