RC: Upload multiple paths

This commit is contained in:
Ryan L McIntyre 2022-01-01 10:23:38 -08:00
parent c1d81cdda8
commit 6748326a90

View file

@ -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