Skip to content

Commit

Permalink
Debug CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
bdragon300 committed Nov 3, 2024
1 parent 085277f commit cbb8a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
# the same restriction for the package.
run: poetry run pip install pyinstaller
- name: Build executable
run: poetry run pyinstaller --name pyzkaccess --onefile pyzkaccess/main.py
run: poetry run pyinstaller --name pyzkaccess --onefile pyzkaccess/cli.py
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit cbb8a3a

Please sign in to comment.