GitHub Actions: unify whitespace style

This commit is contained in:
Markus 2020-10-12 17:22:03 +02:00
parent fd4fed9432
commit bc2a7229ec
1 changed files with 2 additions and 0 deletions

View File

@ -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: