From fc0d48eace85f8eece2213024c104de035608b8a Mon Sep 17 00:00:00 2001 From: Anuj Verma Date: Sun, 6 Feb 2022 17:40:59 +0530 Subject: [PATCH] rm q --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 855edc6..66f5a47 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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