Skip to content

Commit

Permalink
Merge pull request #1789 from spacemeshos/170
Browse files Browse the repository at this point in the history
smapp 1.7.0 with node 1.7.0
  • Loading branch information
brusherru authored Sep 26, 2024
2 parents 9965894 + befdb60 commit 454e3f5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ jobs:

# Store artifacts for further jobs
- name: Store artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.id }}
path: |
Expand All @@ -239,7 +239,7 @@ jobs:
needs: build
steps:
- name: Download windows artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: windows
path: ./release/
Expand Down Expand Up @@ -313,7 +313,7 @@ jobs:
set: ${{ steps.sha512.outputs.value }}

- name: Store signed artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: windows-signed
path: ./signed/*
Expand All @@ -324,12 +324,12 @@ jobs:
needs: build
steps:
- name: Download x64 artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: linux
path: ./release/linux
- name: Download arm64 artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: linux-arm64
path: ./release/linux-arm64
Expand Down Expand Up @@ -367,14 +367,14 @@ jobs:
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}

- name: Store x64 signature
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: linux
path: ./release/linux/${{ steps.filename.outputs.x64 }}.sig
if-no-files-found: error

- name: Store arm64 signature
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: linux-arm64
path: ./release/linux-arm64/${{ steps.filename.outputs.arm64 }}.sig
Expand All @@ -386,7 +386,7 @@ jobs:
needs: [build, sign-win-app, sign-app-image]
steps:
- name: Download all artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
path: ./release/

Expand Down
2 changes: 1 addition & 1 deletion node/use-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.6.8
v1.7.1
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": "1.6.11",
"version": "1.7.1",
"author": {
"name": "Spacemesh",
"email": "[email protected]",
Expand Down

0 comments on commit 454e3f5

Please sign in to comment.