Skip to content
This repository has been archived by the owner on Nov 16, 2024. It is now read-only.

Commit

Permalink
rm q
Browse files Browse the repository at this point in the history
  • Loading branch information
eccentricOrange committed Feb 6, 2022
1 parent 4226c83 commit fc0d48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- run: pip install -r requirements.txt pyinstaller
- run: mkdir build
- run: mkdir bin
- run: pyinstaller --distpath bin --clean --add-data "${{ matrix.data-file }}" --onefile --name npbc_${{ matrix.app }}-${{ matrix.name }}-${{ matrix.architecture }} npbc_${{ matrix.app }}.py
- run: pyinstaller --distpath bin --clean --add-data ${{ matrix.data-file }} --onefile --name npbc_${{ matrix.app }}-${{ matrix.name }}-${{ matrix.architecture }} npbc_${{ matrix.app }}.py
- uses: actions/upload-artifact@v2
with:
path: bin
Expand Down

0 comments on commit fc0d48e

Please sign in to comment.