Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kennymc-c committed Jul 23, 2024
1 parent 31e04fa commit c45b6ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
bash -c \
"cd /workspace && \
python -m pip install -r requirements.txt && \
pyinstaller --clean --onedir --name driver --collect-all zeroconf intg-${INTG_NAME}/driver.py"
pyinstaller --clean --onedir --name intg-${{ env.INTG_NAME }} --collect-all zeroconf intg-${INTG_NAME}/driver.py"
- name: Prepare artifacts
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ docker run --rm --name builder \
bash -c \
"cd /workspace && \
python -m pip install -r requirements.txt && \
pyinstaller --clean --onedir --name driver intg-sonysdcp/driver.py"
pyinstaller --clean --onedir --name intg-sonysdcp intg-sonysdcp/driver.py"
```

### Create tar.gz archive
Expand Down

0 comments on commit c45b6ed

Please sign in to comment.