Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
change path to winpython
  • Loading branch information
jneilliii committed Aug 14, 2022
1 parent 48404e7 commit a4f2be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_windows_installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: 🔨 Install OctoPrint into WinPython
run: |
WPy64-31040\Scripts\python.bat -m pip install OctoPrint==${{ steps.octoprint_version.outputs.release }}
WPy64-31050\Scripts\python.bat -m pip install OctoPrint==${{ steps.octoprint_version.outputs.release }}
shell: cmd

- name: 🔨 Build Installer
Expand Down

0 comments on commit a4f2be7

Please sign in to comment.