Skip to content

Commit

Permalink
fix(ci): artifact generation dir
Browse files Browse the repository at this point in the history
  • Loading branch information
luisfbl committed Nov 3, 2023
1 parent a4d49b4 commit b9bfb44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
python -m unittest discover -s src/tests
- name: Generate Artifacts
run: pyinstaller --onefile src/main.py
run: pyinstaller --onefile src/cli/main.py
- name: Archive Artifacts
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit b9bfb44

Please sign in to comment.