Skip to content

Commit

Permalink
updated config and go-sm version
Browse files Browse the repository at this point in the history
  • Loading branch information
web3rover committed Mar 25, 2021
1 parent 29d1e20 commit 5333899
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,20 +50,20 @@ jobs:
- if: matrix.os == 'ubuntu-latest'
name: build linux app
run: |
curl -L --output ./node/linux/go-spacemesh --create-dirs https://storage.googleapis.com/go-spacemesh-release-builds/v0.1.26/ubuntu-latest/go-spacemesh
curl -L --output ./node/linux/go-spacemesh --create-dirs https://storage.googleapis.com/go-spacemesh-release-builds/v0.1.27/ubuntu-latest/go-spacemesh
cd ./node/linux
chmod -R +x * .
cd ../..
yarn package-linux
- if: matrix.os == 'windows-latest'
name: build windows app
run: |
curl -L --output ./node/windows/go-spacemesh.exe --create-dirs https://storage.googleapis.com/go-spacemesh-release-builds/v0.1.26/windows-latest/go-spacemesh.exe
curl -L --output ./node/windows/go-spacemesh.exe --create-dirs https://storage.googleapis.com/go-spacemesh-release-builds/v0.1.27/windows-latest/go-spacemesh.exe
yarn package-win
- if: matrix.os == 'macos-latest'
name: build mac app
run: |
curl -L --output ./node/mac/go-spacemesh --create-dirs https://storage.googleapis.com/go-spacemesh-release-builds/v0.1.26/macos-latest/go-spacemesh
curl -L --output ./node/mac/go-spacemesh --create-dirs https://storage.googleapis.com/go-spacemesh-release-builds/v0.1.27/macos-latest/go-spacemesh
cd ./node/mac
chmod -R +x * .
cd ../..
Expand Down
5 changes: 5 additions & 0 deletions desktop/config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"logging": {
"p2p": "debug",
"hare": "debug",
"sync": "debug"
},
"api": {
"grpc": "node,mesh,globalstate,transaction,smesher"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "spacemesh_app",
"productName": "Spacemesh",
"version": "0.1.9",
"version": "0.1.10",
"author": {
"name": "Spacemesh",
"email": "info@spacemesh.io",
Expand Down

0 comments on commit 5333899

Please sign in to comment.