We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f45243 commit 56a4e58Copy full SHA for 56a4e58
.github/workflows/main.yml
@@ -24,19 +24,13 @@ jobs:
24
python-version: '3.10'
25
architecture: ${{matrix.architecture}}
26
27
- - name: Add version
28
- if: startsWith(github.ref, 'refs/tags/')
29
- run: |
30
- echo 'def get_ver():' >> ./utils/functions.py
31
- echo ' return "${{github.ref_name}}"' >> ./utils/functions.py
32
-
33
- name: Install requirements
34
run: |
35
pip install -r requirements.txt
36
pip install pyinstaller
37
38
- name: Build win bin
39
- run: pyinstaller -F main.py -n 'chaoxing-${{github.ref_name}}-${{ matrix.name }}'
+ run: pyinstaller -F main.py -n 'chaoxing'
40
41
- name: run ls
42
0 commit comments