upleb.uk

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

summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-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 }}