fix github CI build
This commit is contained in:
parent
438af9f29b
commit
3c8e0fc741
2 changed files with 3 additions and 2 deletions
3
.github/workflows/build-fonts.yml
vendored
3
.github/workflows/build-fonts.yml
vendored
|
|
@ -75,7 +75,8 @@ jobs:
|
|||
echo "inter_zip=$ZIP" >> $GITHUB_ENV
|
||||
echo "inter_zip_extras=$ZIP_EXTRAS" >> $GITHUB_ENV
|
||||
make -j zip zip_extras
|
||||
mv build/release/*.zip ./
|
||||
mv build/release/*-extras.zip "$ZIP_EXTRAS"
|
||||
mv build/release/*.zip "$ZIP"
|
||||
|
||||
- name: Upload archive (unless tag)
|
||||
if: ${{ ! startsWith(github.ref, 'refs/tags/v') }}
|
||||
|
|
|
|||
Reference in a new issue