Fix YAML syntax: quote glob pattern in upload-artifact
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -199,7 +199,7 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: linux-patch-api-arch
|
name: linux-patch-api-arch
|
||||||
path: *.pkg.tar.zst
|
path: '*.pkg.tar.zst'
|
||||||
retention-days: 30
|
retention-days: 30
|
||||||
|
|
||||||
# Release - Collect all packages
|
# Release - Collect all packages
|
||||||
|
|||||||
Reference in New Issue
Block a user