We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9653e2 commit c329e8aCopy full SHA for c329e8a
.github/workflows/executables.yml
@@ -20,8 +20,6 @@ jobs:
20
run: |
21
py -m venv env
22
./env/Scripts/Activate.ps1
23
- - name: Install cx_Freeze
24
- run: py -m pip install cx_Freeze
25
- name: Install dependencies
26
run: py -m pip install -r requirements.txt
27
- name: Get tag
@@ -30,6 +28,7 @@ jobs:
30
28
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}
31
29
- name: Make binary
32
+ py -m pip install cx_Freeze
33
py cxfreeze_setup.py build
34
mv dist/main.exe dist/lazy-dsi-file-downloader-${{ steps.vars.outputs.tag }}-Windows.exe
35
shell: bash
0 commit comments