Update main.yml

This commit is contained in:
Yoshiko
2020-04-11 03:08:41 +08:00
committed by GitHub
parent 2da383ebda
commit 73b582951c

View File

@@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
os: [macos-latest, windows-latest, ubuntu-latest] os: [MacOS-latest, Windows-latest, Linux-latest]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
@@ -29,7 +29,7 @@ jobs:
- name: Build with pyinstaller - name: Build with pyinstaller
run: | 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 - name: Upload build artifact
uses: actions/upload-artifact@v1 uses: actions/upload-artifact@v1