From 2fd7b3e3dfa7195aa11a9725b9def093e4a56a0a Mon Sep 17 00:00:00 2001 From: Yoshiko2 Date: Sat, 2 Jan 2021 00:35:26 +0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 00f9a55..aed9a5e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,7 +42,6 @@ jobs: --hidden-import ADC_function.py \ --hidden-import core.py \ --add-data "$(python -c 'import cloudscraper as _; print(_.__path__[0])' | tail -n 1):cloudscraper" \ - --add-data "Img:Img" - name: Build with PyInstaller for windows if: matrix.os == 'windows-latest' @@ -51,7 +50,7 @@ jobs: --onefile AV_Data_Capture.py ` --hidden-import ADC_function.py ` --hidden-import core.py ` - --add-data "$(python -c 'import cloudscraper as _; print(_.__path__[0])' | tail -n 1);cloudscraper" + --add-data "$(python -c 'import cloudscraper as _; print(_.__path__[0])' | tail -n 1);cloudscraper" ` - name: Copy config.ini run: |