Skip to content

Commit

Permalink
Fix CI issues round 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthetechie committed Jul 15, 2023
1 parent bb03078 commit 97c5634
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,5 @@ jobs:
run: |
mv target/release/build_pbf_glyphs target/release/build_pbf_glyphs.${{ matrix.target }}
gh release upload ${{ github.event.release.tag_name }} target/release/build_pbf_glyphs.${{ matrix.target }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build_pbf_glyphs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "build_pbf_glyphs"
version = "1.4.0"
version = "1.4.1"
description = "A CLI utility for generating protobuf-encoded SDF font glyphs from original source fonts."
readme = "README.md"
keywords = ["sdf", "protobuf", "fonts"]
Expand Down

0 comments on commit 97c5634

Please sign in to comment.