Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ejklock authored Aug 15, 2024
1 parent 798c6e0 commit 0d57ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Package Application
run: |
cd src
pyinstaller --onefile --name docker-dev-lamp main.py
pyinstaller --onefile --name docker-dev-lamp docker-dev-lamp-env.py
- uses: actions/upload-artifact@v2
with:
name: docker-dev-lamp-${{ runner.os }}
Expand Down

0 comments on commit 0d57ab0

Please sign in to comment.