Skip to content

Commit 9997683

Browse files
committed
ci: allow manual dispatch
1 parent 1df633c commit 9997683

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
2+
workflow_dispatch:
23
push:
3-
tags:
4-
- "*"
4+
tags: ["v*"]
55

66
jobs:
77
build:
@@ -12,7 +12,6 @@ jobs:
1212
with:
1313
extra-conf: |
1414
extra-experimental-features = nix-command flakes
15-
allow-import-from-derivation = true
1615
1716
- name: Install Magic Nix Cache
1817
uses: DeterminateSystems/magic-nix-cache-action@main
@@ -26,7 +25,9 @@ jobs:
2625
set -eux
2726
2827
nix build .#iosevka-mono-nerd -Lv
29-
zip -9 -r iosevka-mono-nerd.zip ./result
28+
29+
# Contains fonts and a NerdFonts directory.
30+
zip -9 -r iosevka-mono-nerd.zip ./result/share/fonts/truetype
3031
3132
- uses: ncipollo/release-action@v1
3233
name: Release

0 commit comments

Comments
 (0)