Add github version

This commit is contained in:
Ircama
2024-08-13 22:47:44 +02:00
parent 58dbd5cfd8
commit dfef926599
2 changed files with 19 additions and 8 deletions

View File

@@ -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: |