Skip to content

Commit 0d57ab0

Browse files
authored
Update python-app.yml
1 parent 798c6e0 commit 0d57ab0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Package Application
3131
run: |
3232
cd src
33-
pyinstaller --onefile --name docker-dev-lamp main.py
33+
pyinstaller --onefile --name docker-dev-lamp docker-dev-lamp-env.py
3434
- uses: actions/upload-artifact@v2
3535
with:
3636
name: docker-dev-lamp-${{ runner.os }}

0 commit comments

Comments
 (0)