Merge pull request #250 from WardPearce/fix/shell-type-windows

Fixed windows shell
This commit is contained in:
Ward
2024-05-06 19:40:42 +12:00
committed by GitHub
+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