mirror of
https://github.com/rsms/inter.git
synced 2024-11-25 07:45:18 +03:00
fix github CI build
This commit is contained in:
parent
438af9f29b
commit
3c8e0fc741
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') }}
|
||||
|
@ -1 +1 @@
|
||||
4.00
|
||||
4.0
|
||||
|
Loading…
Reference in New Issue
Block a user