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 7487f31 commit 777a2cf
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 @@ -49,7 +49,7 @@ jobs:
bash -c \
"cd /workspace && \
python -m pip install -r requirements.txt && \
pyinstaller --clean --onedir --name intg-${{ env.INTG_NAME }} --collect-all zeroconf intg-${INTG_NAME}/driver.py"
pyinstaller --clean --onedir --name intg-${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 @@ -224,7 +224,7 @@ mkdir -p artifacts/bin
mv dist/intg-sonysdcp/* artifacts/bin
mv artifacts/bin/intg-sonysdcp artifacts/bin/driver
cp driver.json artifacts/
tar czvf uc-integration-sonysdcp-aarch64.tar.gz -C artifacts .
tar czvf uc-intg-sonysdcp-aarch64.tar.gz -C artifacts .
```

## Versioning
Expand Down

0 comments on commit 777a2cf

Please sign in to comment.