Skip to content

Commit

Permalink
build: update node and actually download artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
bojand committed Jan 2, 2023
1 parent d0d22a5 commit 5e16204
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yaml
Expand Up @@ -122,11 +122,21 @@ jobs:
with:
name: ghz-linux-x86_64.tar.gz
path: .
- name: Download releases from github_build
uses: actions/download-artifact@v3
with:
name: ghz-linux-arm64.tar.gz
path: .
- name: Download releases from github_build
uses: actions/download-artifact@v3
with:
name: ghz-darwin-x86_64.tar.gz
path: .
- name: Download releases from github_build
uses: actions/download-artifact@v3
with:
name: ghz-darwin-arm64.tar.gz
path: .
- name: Download releases from github_build
uses: actions/download-artifact@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/website.yaml
Expand Up @@ -17,10 +17,10 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Use Node.js 12
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: 12.x
node-version: 18.x
- name: Build webpage
run: |
npm ci
Expand Down

0 comments on commit 5e16204

Please sign in to comment.