Skip to content

Commit

Permalink
chore: update paths to go-spacemesh artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
brusherru committed Jan 9, 2024
1 parent 97c6f3e commit 4195b4c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
if: steps.cache-gospacemesh.outputs.cache-hit != 'true'
id: node-link
run: |
echo "::set-output name=link::https://storage.googleapis.com/go-spacemesh-release-builds/${{ steps.latestNode.outputs.version }}/${{ matrix.node }}.zip"
echo "::set-output name=link::https://storage.googleapis.com/go-spacemesh-release-builds/${{ steps.latestNode.outputs.version }}/go-spacemesh-${{ steps.latestNode.outputs.version }}-${{ matrix.node }}.zip"
- name: Check for go-spacemesh release archive existence
if: steps.cache-gospacemesh.outputs.cache-hit != 'true'
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,27 +15,27 @@ jobs:
- image: macos-latest
id: macos
platform: macos
node: macOS
node: mac-amd64
arch: '' # x64
- image: windows-latest
id: windows
platform: windows
node: Windows
node: win-amd64
arch: '' # x64
- image: ubuntu-latest
id: linux
platform: linux
node: Linux
node: linux-amd64
arch: amd64
- image: [self-hosted, macos, arm64]
id: macos-arm64
platform: macos
node: macOS_ARM64
node: mac-arm64
arch: arm64
- image: [self-hosted, linux, arm64]
id: linux-arm64
platform: linux
node: Linux_ARM64
node: linux-arm64
arch: arm64

outputs:
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
if: steps.cache-gospacemesh.outputs.cache-hit != 'true'
id: node-link
run: |
echo "::set-output name=link::https://storage.googleapis.com/go-spacemesh-release-builds/${{ steps.latestNode.outputs.version }}/${{ matrix.node }}.zip"
echo "::set-output name=link::https://storage.googleapis.com/go-spacemesh-release-builds/${{ steps.latestNode.outputs.version }}/go-spacemesh-${{ steps.latestNode.outputs.version }}-${{ matrix.node }}.zip"
- name: Check for go-spacemesh release archive existence
if: steps.cache-gospacemesh.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 4195b4c

Please sign in to comment.