Skip to content

Commit c329e8a

Browse files
committed
Debug actions
1 parent c9653e2 commit c329e8a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/executables.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ jobs:
2020
run: |
2121
py -m venv env
2222
./env/Scripts/Activate.ps1
23-
- name: Install cx_Freeze
24-
run: py -m pip install cx_Freeze
2523
- name: Install dependencies
2624
run: py -m pip install -r requirements.txt
2725
- name: Get tag
@@ -30,6 +28,7 @@ jobs:
3028
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}
3129
- name: Make binary
3230
run: |
31+
py -m pip install cx_Freeze
3332
py cxfreeze_setup.py build
3433
mv dist/main.exe dist/lazy-dsi-file-downloader-${{ steps.vars.outputs.tag }}-Windows.exe
3534
shell: bash

0 commit comments

Comments
 (0)