mirror of
https://github.com/aljazceru/lspd.git
synced 2026-01-04 22:54:30 +01:00
update all references to go build and cln_plugin
This commit is contained in:
2
.github/actions/build-lspd/action.yaml
vendored
2
.github/actions/build-lspd/action.yaml
vendored
@@ -23,4 +23,4 @@ runs:
|
||||
name: build-artifacts
|
||||
path: |
|
||||
lspd
|
||||
lspd_plugin
|
||||
lspd_cln_plugin
|
||||
|
||||
4
.github/actions/test-lspd/action.yaml
vendored
4
.github/actions/test-lspd/action.yaml
vendored
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user