Bundle config.ini to artifact
This commit is contained in:
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -30,10 +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
|
- name: Copy config.ini
|
||||||
run: |
|
run: |
|
||||||
wget -o config.ini https://raw.githubusercontent.com/yoshiko2/AV_Data_Capture/master/config.ini
|
cp config.ini dist/
|
||||||
|
|
||||||
- name: Upload build artifact
|
- name: Upload build artifact
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
|
|||||||
Reference in New Issue
Block a user