Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
HEnquist committed Jan 29, 2025
1 parent 4eae710 commit db02a5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,10 @@ jobs:
# Produce a binary artifact and place it in the mounted volume
run: |
python3 -m venv ./venv
./.venv/bin/python3 -m pip install -r requirements.txt
./.venv/bin/python3 -m pip install pyinstaller
./venv/bin/python3 -m pip install -r requirements.txt
./venv/bin/python3 -m pip install pyinstaller
cd cdsp
../.venv/bin/python3 -m PyInstaller .\main.py --add-data .\config\:config --add-data .\build\:build --collect-data camilladsp_plot --name camillagui_backend
../venv/bin/python3 -m PyInstaller ./main.py --add-data ./config/:config --add-data ./build/:build --collect-data camilladsp_plot --name camillagui_backend
- name: Upload build
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit db02a5c

Please sign in to comment.