Skip to content

Commit

Permalink
Debug actions
Browse files Browse the repository at this point in the history
  • Loading branch information
YourKalamity committed Feb 24, 2023
1 parent c9653e2 commit c329e8a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/executables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
run: |
py -m venv env
./env/Scripts/Activate.ps1
- name: Install cx_Freeze
run: py -m pip install cx_Freeze
- name: Install dependencies
run: py -m pip install -r requirements.txt
- name: Get tag
Expand All @@ -30,6 +28,7 @@ jobs:
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}
- name: Make binary
run: |
py -m pip install cx_Freeze
py cxfreeze_setup.py build
mv dist/main.exe dist/lazy-dsi-file-downloader-${{ steps.vars.outputs.tag }}-Windows.exe
shell: bash
Expand Down

0 comments on commit c329e8a

Please sign in to comment.