Skip to content

Commit

Permalink
removed 'experiments' from github test url
Browse files Browse the repository at this point in the history
  • Loading branch information
PetervanLunteren authored Jan 16, 2025
1 parent a3c4e81 commit aafb150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
echo Hello world! > "%root%\first-startup.txt"
@REM EcoAssist
git clone --depth 1 https://github.com/PetervanLunteren/EcoAssist-experiments.git "%root%\EcoAssist"
git clone --depth 1 https://github.com/PetervanLunteren/EcoAssist.git "%root%\EcoAssist"
rmdir /s /q "%root%\EcoAssist\.git"
move "%root%\EcoAssist\main.py" "%root%\main.py"
set RAW_VERSION=${{ env.RELEASE_VERSION }}
Expand Down

0 comments on commit aafb150

Please sign in to comment.