Fix docker run
This commit is contained in:
parent
067b9535e6
commit
339a421843
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-deb-pr.yml
vendored
2
.github/workflows/build-deb-pr.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Build Debian Package in Docker
|
||||
run: docker run --rm -v $(pwd):/ debian:stable-slim bash -c "chmod 555 homeassistant-supervised/DEBIAN/p* && dpkg-deb --build --root-owner-group homeassistant-supervised"
|
||||
run: docker run --rm -v $(pwd):/tmp debian:stable-slim bash -c "cd /tmp && chmod 555 homeassistant-supervised/DEBIAN/p* && dpkg-deb --build --root-owner-group homeassistant-supervised"
|
||||
- name: Upload
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue