Add github version
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -27,8 +27,9 @@ jobs:
|
||||
pip install -r requirements.txt
|
||||
|
||||
- name: Run PyInstaller to create epson_print_conf.exe
|
||||
run: |
|
||||
run: >
|
||||
python -m PyInstaller epson_print_conf.spec -- --default
|
||||
--version ${{ github.ref_name }}
|
||||
|
||||
- name: Zip the epson_print_conf.exe asset to epson_print_conf.zip
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user