Skip to content

Commit

Permalink
changed build
Browse files Browse the repository at this point in the history
  • Loading branch information
web3rover committed Jun 14, 2021
1 parent 2639362 commit 2c90a71
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,28 +42,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.37/ubuntu-latest/go-spacemesh
curl -L --output ./node/linux/go-spacemesh --create-dirs https://storage.googleapis.com/go-spacemesh-release-builds/v0.1.38/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.37/ubuntu-latest/go-spacemesh
curl -L --output ./node/linux/go-spacemesh --create-dirs https://storage.googleapis.com/go-spacemesh-release-builds/v0.1.38/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.37/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.38/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.37/macos-latest/go-spacemesh
curl -L --output ./node/mac/go-spacemesh --create-dirs https://storage.googleapis.com/go-spacemesh-release-builds/v0.1.38/macos-latest/go-spacemesh
cd ./node/mac
chmod -R +x * .
cd ../..
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.18",
"version": "0.1.19",
"author": {
"name": "Spacemesh",
"email": "info@spacemesh.io",
Expand Down

0 comments on commit 2c90a71

Please sign in to comment.