Skip to content

Commit

Permalink
Fix pathing
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidStirling committed Jun 1, 2024
1 parent 0a2b495 commit b89acac
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 @@ -11,10 +11,10 @@ jobs:
os: [ macos-13, windows-latest ]
include:
- os: macos-13
spec: ./build_macos.spec
spec: build_macos.spec
package_name: macos-binary
- os: windows-latest
spec: ./build_windows.spec
spec: build_windows.spec
package_name: windows-binary
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Create Executable
run: |
ls
pyinstaller ${{ matrix.spec }}}
pyinstaller ${{ matrix.spec }}
- name: Artifact upload
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit b89acac

Please sign in to comment.