From 8a03e91576c07c9d3b3e08cbc91bdc1753b20026 Mon Sep 17 00:00:00 2001 From: Matheson Steplock Date: Fri, 5 Nov 2021 10:40:55 -0400 Subject: [PATCH] Update .github/workflows/build-deb-pr.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Joakim Sørensen --- .github/workflows/build-deb-pr.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build-deb-pr.yml b/.github/workflows/build-deb-pr.yml index 589f6c6..47fabe9 100644 --- a/.github/workflows/build-deb-pr.yml +++ b/.github/workflows/build-deb-pr.yml @@ -16,5 +16,4 @@ jobs: uses: actions/upload-artifact@v2 with: name: homeassistant-supervised.deb - path: homeassistant-supervised.deb - retention-days: 15 \ No newline at end of file + path: homeassistant-supervised.deb \ No newline at end of file