We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5d712e commit 6168e05Copy full SHA for 6168e05
.github/workflows/buildexe.yml
@@ -19,6 +19,7 @@ jobs:
19
- name: Install dependencies
20
run: |
21
python -m pip install --upgrade pip
22
+ pip install -r requirements.txt
23
pip install -r quality.txt
24
25
- name: Build executable
@@ -52,11 +53,12 @@ jobs:
52
53
54
55
56
57
58
59
60
- pyinstaller --noconfirm .\pyx2cscope.spec
61
+ pyinstaller --noconfirm ./pyx2cscope.spec
62
63
- name: Upload artifact
64
uses: actions/upload-artifact@v4
0 commit comments