Skip to content

Commit

Permalink
change go-sm release
Browse files Browse the repository at this point in the history
  • Loading branch information
web3rover committed Apr 9, 2021
1 parent de7cde4 commit 67a3441
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 17 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,28 +50,28 @@ jobs:
- if: matrix.os == 'ubuntu-20.04'
name: build linux app
run: |
curl -L --output ./node/linux/go-spacemesh --create-dirs https://storage.googleapis.com/go-spacemesh-release-builds/v0.1.28/ubuntu-latest/go-spacemesh
curl -L --output ./node/linux/go-spacemesh --create-dirs https://storage.googleapis.com/go-spacemesh-release-builds/v0.1.29/ubuntu-latest/go-spacemesh
cd ./node/linux
chmod -R +x * .
cd ../..
yarn package-linux
- if: matrix.os == 'ubuntu-18.04'
name: build linux app
run: |
curl -L --output ./node/linux/go-spacemesh --create-dirs https://storage.googleapis.com/go-spacemesh-release-builds/v0.1.28/ubuntu-latest/go-spacemesh
curl -L --output ./node/linux/go-spacemesh --create-dirs https://storage.googleapis.com/go-spacemesh-release-builds/v0.1.29/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.28/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.29/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.28/macos-latest/go-spacemesh
curl -L --output ./node/mac/go-spacemesh --create-dirs https://storage.googleapis.com/go-spacemesh-release-builds/v0.1.29/macos-latest/go-spacemesh
cd ./node/mac
chmod -R +x * .
cd ../..
Expand Down
14 changes: 1 addition & 13 deletions desktop/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,18 +77,6 @@
"default-timeout-latency": "10s",
"max-allowed-time-drift": "10s",
"ntp-queries": "5",
"refresh-ntp-interval": "30m",
"ntp-servers": [
"0.cn.pool.ntp.org",
"1.cn.pool.ntp.org",
"2.cn.pool.ntp.org",
"3.cn.pool.ntp.org",
"time1.cloud.tencent.com",
"time2.cloud.tencent.com",
"time3.cloud.tencent.com",
"time4.cloud.tencent.com",
"ntp2.aliyun.com",
"ntp4.aliyun.com"
]
"refresh-ntp-interval": "30m"
}
}

0 comments on commit 67a3441

Please sign in to comment.