Skip to content

Commit

Permalink
fix: three
Browse files Browse the repository at this point in the history
test
  • Loading branch information
zzzsyyy committed Mar 31, 2024
1 parent b5831d7 commit 60e559b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Build
run: |
nix build -L
cp -vL result/*.tar.xz ./
cp -vL result/*.tlz ./
- name: Release
uses: ncipollo/release-action@main
with:
Expand Down
4 changes: 2 additions & 2 deletions pkg.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
lower-lambda = "tailed-turn";
lower-xi = "flat-top";
zero = "oval-slashed";
three = "flat-top";
three = "flat-top-serifless";
ampersand = "upper-open";
percent = "rings-continuous-slash-also-connected";
};
Expand Down Expand Up @@ -83,7 +83,7 @@
dontInstall = true;
postBuild = ''
mkdir -p $out
tar caf "$out/Iosevka-${old.version}".tlz -C dist/iosevka-zt/ttf/ .
tar caf "$out/Iosevka-${old.version}".tlz -C dist/* .
'';
});
};
Expand Down

0 comments on commit 60e559b

Please sign in to comment.