upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2025-05-06 15:48:39 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2025-05-06 15:48:39 +0100
commit23d0f1232c0b2e7be147f328a55e23aed6641440 (patch)
tree74841f08a377c4d1097507542bf0e0b752a880d8
parent689191b6a57229e97a2e894bf62247bd05fb5951 (diff)
fix: github release matrixv1.6.2
applied fix included in v1.6.1
-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]