mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-05 21:47:36 +03:00
Do not upload packaged binaries as artifacts
This commit is contained in:
parent
25cc523006
commit
9f6eb4174f
1 changed files with 4 additions and 1 deletions
5
.github/workflows/pipeline.yml
vendored
5
.github/workflows/pipeline.yml
vendored
|
@ -131,7 +131,10 @@ jobs:
|
||||||
- uses: actions/upload-artifact@v1
|
- uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: binaries
|
name: binaries
|
||||||
path: dist
|
path: |
|
||||||
|
dist
|
||||||
|
!dist/*.tar.gz
|
||||||
|
!dist/*.zip
|
||||||
|
|
||||||
docker:
|
docker:
|
||||||
name: Docker images
|
name: Docker images
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue