1
0
forked from GRIN/grim

Goblin Build 123 - fast relay connect, nostr-app login, scan amounts, name outline

This commit is contained in:
2ro
2026-07-02 15:51:37 -04:00
parent d1070008e7
commit f79bf9d926
27 changed files with 677 additions and 388 deletions
+3
View File
@@ -40,6 +40,7 @@ jobs:
ref: ${{ inputs.tag || github.event.release.tag_name }}
submodules: recursive
- uses: ./.github/actions/fetch-nym
- uses: ./.github/actions/fetch-nip44
- name: Build
shell: bash
run: GOBLIN_BUILD="${TAG#build}" cargo build --release
@@ -65,6 +66,7 @@ jobs:
ref: ${{ inputs.tag || github.event.release.tag_name }}
submodules: recursive
- uses: ./.github/actions/fetch-nym
- uses: ./.github/actions/fetch-nip44
- name: Build
shell: bash
run: GOBLIN_BUILD="${TAG#build}" cargo build --release
@@ -112,6 +114,7 @@ jobs:
ref: ${{ inputs.tag || github.event.release.tag_name }}
submodules: recursive
- uses: ./.github/actions/fetch-nym
- uses: ./.github/actions/fetch-nip44
- name: Build both architectures
run: |
export GOBLIN_BUILD="${TAG#build}"