More progress with setting windows env vars

This commit is contained in:
WardPearce
2024-05-06 19:34:13 +12:00
parent b70879b7e4
commit 596040ccf2
+1 -1
View File
@@ -65,7 +65,7 @@ jobs:
if: runner.os != 'Windows'
- name: Set up environment variables
run: set "GH_TOKEN=${{ secrets.GITHUB_TOKEN }}" >> %GITHUB_ENV%
run: echo ("GH_TOKEN=" + ${{ secrets.GITHUB_TOKEN }}) >> $env:GITHUB_ENV
shell: cmd
if: runner.os == 'Windows'