Fixed windows shell

This commit is contained in:
WardPearce
2024-05-06 19:40:02 +12:00
parent 596040ccf2
commit 041ebb1a84
+2 -2
View File
@@ -65,8 +65,8 @@ jobs:
if: runner.os != 'Windows'
- name: Set up environment variables
run: echo ("GH_TOKEN=" + ${{ secrets.GITHUB_TOKEN }}) >> $env:GITHUB_ENV
shell: cmd
run: echo GH_TOKEN=${{ secrets.GITHUB_TOKEN }} >> $env:GITHUB_ENV
shell: powershell
if: runner.os == 'Windows'
- name: Build desktop packages