From 23d0f1232c0b2e7be147f328a55e23aed6641440 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Tue, 6 May 2025 15:48:39 +0100 Subject: fix: github release matrix applied fix included in v1.6.1 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/release.yml') 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: # (required) Comma-separated list of binary names (non-extension portion of filename) to build and upload. # Note that glob pattern is not supported yet. bin: ngit,git-remote-nostr - archive: ngit-$tag-$target + archive: ngit-$tag-${{ matrix.os }} # (optional) On which platform to distribute the `.tar.gz` file. # [default value: unix] # [possible values: all, unix, windows, none] -- cgit v1.2.3