update all references to go build and cln_plugin

This commit is contained in:
Jesse de Wit
2024-02-05 14:43:42 +01:00
parent 48e4408b32
commit a072e5c090
7 changed files with 17 additions and 23 deletions

View File

@@ -23,4 +23,4 @@ runs:
name: build-artifacts
path: |
lspd
lspd_plugin
lspd_cln_plugin

View File

@@ -37,7 +37,7 @@ runs:
- name: Set permissions
run: |
chmod 755 lspd
chmod 755 lspd_plugin
chmod 755 lspd_cln_plugin
shell: bash
- name: Cache LND client
@@ -126,7 +126,7 @@ runs:
--lightningdexec ${{ github.workspace }}/lightning_git/lightningd/lightningd \
--lndexec ~/go_lnd_lsp/bin/lnd \
--lndmobileexec ~/go_lnd_client/bin/lnd \
--clnpluginexec ${{ github.workspace }}/lspd_plugin \
--clnpluginexec ${{ github.workspace }}/lspd_cln_plugin \
--lspdexec ${{ github.workspace }}/lspd \
--lspdmigrationsdir ${{ github.workspace }}/postgresql/migrations \
--preservelogs \