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:
authorDanConwayDev <DanConwayDev@protonmail.com>2024-08-27 19:43:41 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2024-08-27 19:43:41 +0100
commit64662affbd1030fb1f111b60d25bd43e175e9e97 (patch)
treea81252c538f7a576e9b300b384205e9758d11848 /.github/workflows/release.yml
parenteaeea28999b457d3a0038142e33ff3cd487f8fa7 (diff)
build: include helper binary in gh action
so that that will be included within the release zips
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r--.github/workflows/release.yml5
1 files 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:
32 with: 32 with:
33 # (required) Comma-separated list of binary names (non-extension portion of filename) to build and upload. 33 # (required) Comma-separated list of binary names (non-extension portion of filename) to build and upload.
34 # Note that glob pattern is not supported yet. 34 # Note that glob pattern is not supported yet.
35 bin: ngit 35 bin: ngit,git-remote-nostr
36 archive: ngit-$tag-$target
36 # (optional) On which platform to distribute the `.tar.gz` file. 37 # (optional) On which platform to distribute the `.tar.gz` file.
37 # [default value: unix] 38 # [default value: unix]
38 # [possible values: all, unix, windows, none] 39 # [possible values: all, unix, windows, none]
@@ -42,4 +43,4 @@ jobs:
42 # [possible values: all, unix, windows, none] 43 # [possible values: all, unix, windows, none]
43 zip: windows 44 zip: windows
44 # (required) GitHub token for uploading assets to GitHub Releases. 45 # (required) GitHub token for uploading assets to GitHub Releases.
45 token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file 46 token: ${{ secrets.GITHUB_TOKEN }}