mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2024-11-19 16:39:20 +02:00
RC: Upload multiple paths
This commit is contained in:
parent
c1d81cdda8
commit
6748326a90
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -155,7 +155,9 @@ jobs:
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: patched-fonts
|
||||
path: "$GITHUB_WORKSPACE/patched-fonts/*/${{ matrix.font }}"
|
||||
path: |
|
||||
"$GITHUB_WORKSPACE/patched-fonts/${{ matrix.font }}/"
|
||||
"$GITHUB_WORKSPACE/LICENSE"
|
||||
|
||||
commit:
|
||||
name: Commit and push patched fonts to the repo
|
||||
|
Loading…
Reference in New Issue
Block a user