Skip to content

Commit cd2cba9

Browse files
committed
fix shell name
1 parent 6f6e488 commit cd2cba9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,15 @@ jobs:
9090
Get-ChildItem -Path archive -Recurse -File | Where-Object { -not @(".exe", ".dll", ".png").Contains($_.Extension) } | Remove-Item -Force
9191
9292
- name: Make installer
93-
shell: pwsh
93+
shell: powershell
9494
run: ./ci/make_installer.ps1 "${{ env.SL_OBS_VERSION }}" "${{ github.sha }}"
9595

9696
- name: Sign installer
9797
run: |
9898
logisign client --client logitech-cpg-sign-client --app streamlabs --files slplugin-${{ env.SL_OBS_VERSION }}-${{ github.sha }}-signed.exe
9999
100100
- name: Make signed zip
101-
shell: pwsh
101+
shell: powershell
102102
run: ./ci/make_signed_zip.ps1 "${{ env.SL_OBS_VERSION }}" "${{ github.sha }}"
103103

104104
- name: Configure AWS credentials

0 commit comments

Comments
 (0)