From 64662affbd1030fb1f111b60d25bd43e175e9e97 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Tue, 27 Aug 2024 19:43:41 +0100 Subject: build: include helper binary in gh action so that that will be included within the release zips --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7e64456..faecb92 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,8 @@ jobs: with: # (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 + bin: ngit,git-remote-nostr + archive: ngit-$tag-$target # (optional) On which platform to distribute the `.tar.gz` file. # [default value: unix] # [possible values: all, unix, windows, none] @@ -42,4 +43,4 @@ jobs: # [possible values: all, unix, windows, none] zip: windows # (required) GitHub token for uploading assets to GitHub Releases. - token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + token: ${{ secrets.GITHUB_TOKEN }} -- cgit v1.2.3