Skip to content

Commit

Permalink
Fix step for powershell
Browse files Browse the repository at this point in the history
  • Loading branch information
bamboo committed Dec 1, 2024
1 parent 6d40d78 commit 3df622e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
# use-dotnet: false
- name: Set GODOT_EXE on windows
if: ${{ matrix.platform == 'windows' }}
run: echo "GODOT_EXE=C:\\\\Users\\\\runneradmin\\\\godot\\\\Godot_v4.3-stable_win64.exe" >> "$GITHUB_ENV"
run: echo "GODOT_EXE=C:\\\\Users\\\\runneradmin\\\\godot\\\\Godot_v4.3-stable_win64.exe" >> $env:GITHUB_ENV
- name: Env
if: ${{ matrix.platform == 'windows' }}
run: env
Expand Down

0 comments on commit 3df622e

Please sign in to comment.