Skip to content

Commit

Permalink
fix github CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
rsms committed May 27, 2023
1 parent 438af9f commit 3c8e0fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-fonts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.00
4.0

0 comments on commit 3c8e0fc

Please sign in to comment.