Skip to content

Commit

Permalink
feat: Fix stray quote
Browse files Browse the repository at this point in the history
  • Loading branch information
koerismo committed Jul 13, 2024
1 parent 39d34cf commit eb97f0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: python -m pip install -r requirements.txt

- name: Freeze application
run: python -m PyInstaller --distpath "./dist/PBR-2-Source/" -y build.spec"
run: python -m PyInstaller --distpath "./dist/PBR-2-Source/" -y build.spec

- name: Run tree command for debug
run: tree ./
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
run: python -m pip install -r requirements.txt

- name: Freeze application
run: python -m PyInstaller --distpath "./dist/PBR-2-Source/" -y build.spec"
run: python -m PyInstaller --distpath "./dist/PBR-2-Source/" -y build.spec

- name: Run tree command for debug
run: tree ./
Expand Down

0 comments on commit eb97f0f

Please sign in to comment.