Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/letheanVPN/blockchain-iz in…
Browse files Browse the repository at this point in the history
…to main
  • Loading branch information
Snider committed Feb 10, 2024
2 parents 2a2383f + b7f5b56 commit 9215fb9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ jobs:
with:
name: lethean-cli-macos
path: |
lethean-cli-macos.tar
${{ github.workspace }}/build/lethean-cli-macos.tar
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
lethean-cli-macos.tar
${{ github.workspace }}/build/lethean-cli-macos.tar
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: windows.tar
path: ${{ github.workspace }}/build/lethean-cli-windows.tar
path: ${{ github.workspace }}\build\lethean-cli-windows.tar
- name: Get the version
id: get_version
if: startsWith(github.ref, 'refs/tags/')
Expand All @@ -64,5 +64,5 @@ jobs:
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: ${{ github.workspace }}/build/lethean-cli-windows.tar
files: ${{ github.workspace }}\build\lethean-cli-windows.tar

12 changes: 6 additions & 6 deletions .itw3.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"code": "blockchain-lthn",
"version": "4.0.7a",
"version": "5.0.2",
"tags": {
"ticker": "lthn"
},
"type": "bin",
"name": "Lethean Blockchain",
"install": "lthn",
"uninstall": [
{"rm": "/cli/lthn"},
{"rm": "/data/lmdb"}
{"rm": "/conf/lthn"},
{"rm": "/data/lthn"}
],
"commands": {
"chain.export": "lethean-blockchain-export --data-dir {data-dir}",
Expand All @@ -26,13 +26,13 @@
"downloads": {
"x86_64": {
"darwin": {
"url": "https://github.com/letheanVPN/blockchain-iz/releases/download/v4.0.7a/lethean-cli-macos.zip"
"url": "https://github.com/letheanVPN/blockchain-iz/releases/latest/download/lethean-cli-macos.zip"
},
"linux": {
"url": "https://github.com/letheanVPN/blockchain-iz/releases/download/v4.0.7a/linux.tar"
"url": "https://github.com/letheanVPN/blockchain-iz/releases/latest/download/lethean-cli-linux.tar"
},
"windows": {
"url": "https://github.com/letheanVPN/blockchain-iz/releases/download/v4.0.7a/windows.tar"
"url": "https://github.com/letheanVPN/blockchain-iz/releases/latest/download/lethean-cli-windows.tar"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion utils/docker/wallet.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:11.6-slim
FROM debian:bullseye-20240110-slim

ARG DAEMON_CHAIN=seed.lethean.io:48782
ENV DAEMON_CHAIN=${DAEMON_CHAIN}
Expand Down

0 comments on commit 9215fb9

Please sign in to comment.