Skip to content

Commit

Permalink
Switching backslashes to forward slashes
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewThe committed Oct 28, 2023
1 parent f0d98f9 commit 0e33cbe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/gui_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ jobs:
shell: bash -el {0}
run: |
mamba init powershell
cd .\gui_tools\
& .\build_gui.bat
ls
cd ./gui_tools
& ./build_gui.bat
cd ..
- name: Add built .exe to release
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit 0e33cbe

Please sign in to comment.