mirror of
https://github.com/navidrome/navidrome.git
synced 2025-06-09 11:52:35 +03:00
Fix pipeline
This commit is contained in:
parent
b828650cc5
commit
167fca86d0
2
.github/workflows/pipeline.yml
vendored
2
.github/workflows/pipeline.yml
vendored
@ -98,7 +98,7 @@ jobs:
|
|||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
- fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- uses: actions/download-artifact@v2
|
- uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
2
.github/workflows/remove-old-artifacts.yml
vendored
2
.github/workflows/remove-old-artifacts.yml
vendored
@ -14,5 +14,5 @@ jobs:
|
|||||||
- name: Remove old artifacts
|
- name: Remove old artifacts
|
||||||
uses: c-hive/gha-remove-artifacts@v1
|
uses: c-hive/gha-remove-artifacts@v1
|
||||||
with:
|
with:
|
||||||
age: '5 days'
|
age: '7 days'
|
||||||
skip-tags: false
|
skip-tags: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user