Fix Formatting

This commit is contained in:
ikifar2012 2022-12-11 00:58:23 +00:00
parent 339a421843
commit 157631a6f7

View file

@ -11,7 +11,10 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Build Debian Package in Docker - name: Build Debian Package in Docker
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" 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 - name: Upload
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with: