From 73b582951c844aa0f5bb7327d9bc0a379f0d0213 Mon Sep 17 00:00:00 2001 From: Yoshiko <42309414+yoshiko2@users.noreply.github.com> Date: Sat, 11 Apr 2020 03:08:41 +0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3715f17..bbbdf55 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-latest, windows-latest, ubuntu-latest] + os: [MacOS-latest, Windows-latest, Linux-latest] steps: - uses: actions/checkout@v2 @@ -29,7 +29,7 @@ jobs: - name: Build with pyinstaller run: | - pyinstaller --onefile AV_Data_Capture.py + pyinstaller --onefile AV_Data_Capture.py --hidden-import ADC_function.py --hidden-import core.py - name: Upload build artifact uses: actions/upload-artifact@v1