Update main.yml

This commit is contained in:
Yoshiko
2020-04-11 18:25:46 +08:00
committed by GitHub
parent 3c5a1534b3
commit e24f3e0abf

View File

@@ -30,6 +30,10 @@ jobs:
- name: Build with pyinstaller - name: Build with pyinstaller
run: | run: |
pyinstaller --onefile AV_Data_Capture.py --hidden-import ADC_function.py --hidden-import core.py pyinstaller --onefile AV_Data_Capture.py --hidden-import ADC_function.py --hidden-import core.py
- name : Write config file
run: |
wget -o config.ini https://raw.githubusercontent.com/yoshiko2/AV_Data_Capture/master/config.ini
- name: Upload build artifact - name: Upload build artifact
uses: actions/upload-artifact@v1 uses: actions/upload-artifact@v1