upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/.github/workflows/release.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index a630467..4c8368c 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -43,7 +43,7 @@ jobs:
43 # (required) Comma-separated list of binary names (non-extension portion of filename) to build and upload. 43 # (required) Comma-separated list of binary names (non-extension portion of filename) to build and upload.
44 # Note that glob pattern is not supported yet. 44 # Note that glob pattern is not supported yet.
45 bin: ngit,git-remote-nostr 45 bin: ngit,git-remote-nostr
46 archive: ngit-$tag-$target 46 archive: ngit-$tag-${{ matrix.os }}
47 # (optional) On which platform to distribute the `.tar.gz` file. 47 # (optional) On which platform to distribute the `.tar.gz` file.
48 # [default value: unix] 48 # [default value: unix]
49 # [possible values: all, unix, windows, none] 49 # [possible values: all, unix, windows, none]