mirror of
https://github.com/navidrome/navidrome.git
synced 2025-08-10 00:52:20 +00:00
Do not upload packaged binaries as artifacts
This commit is contained in:
5
.github/workflows/pipeline.yml
vendored
5
.github/workflows/pipeline.yml
vendored
@@ -131,7 +131,10 @@ jobs:
|
||||
- uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: binaries
|
||||
path: dist
|
||||
path: |
|
||||
dist
|
||||
!dist/*.tar.gz
|
||||
!dist/*.zip
|
||||
|
||||
docker:
|
||||
name: Docker images
|
||||
|
||||
Reference in New Issue
Block a user