mirror of
https://github.com/moepman/acertmgr.git
synced 2024-11-16 07:39:15 +01:00
GitHub Actions: unify whitespace style
This commit is contained in:
parent
fd4fed9432
commit
bc2a7229ec
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user