tooling: gh ci
This commit is contained in:
parent
c63388175e
commit
afe0d43dc9
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build-fonts.yml
vendored
1
.github/workflows/build-fonts.yml
vendored
|
|
@ -81,6 +81,7 @@ jobs:
|
||||||
if: ${{ ! startsWith(github.ref, 'refs/tags/v') }}
|
if: ${{ ! startsWith(github.ref, 'refs/tags/v') }}
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
name: "${{ env.inter_zip }}"
|
||||||
path: |
|
path: |
|
||||||
${{ env.inter_zip }}
|
${{ env.inter_zip }}
|
||||||
${{ env.inter_zip_extras }}
|
${{ env.inter_zip_extras }}
|
||||||
|
|
|
||||||
Reference in a new issue