From bc2a7229ec86d123d755d68f1f3ae22f09269c5a Mon Sep 17 00:00:00 2001 From: Markus Hauschild Date: Mon, 12 Oct 2020 17:22:03 +0200 Subject: [PATCH] GitHub Actions: unify whitespace style --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f0c4704..7a3fdbd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,6 +8,7 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 + - name: Install dependencies run: | sudo apt update -qq -y @@ -61,6 +62,7 @@ jobs: cp -v dist/*.tar.gz artifacts/ cp -v dist/*.whl artifacts/ cp -v deb_dist/*.deb artifacts/ + - name: Upload build artifact uses: actions/upload-artifact@v1 with: