Update .github/workflows/ci.yml
Some checks failed
Build and deploy / build-react (push) Waiting to run
Build and deploy / merge (push) Waiting to run
Build and deploy / Push to web3.storage (push) Waiting to run
Build and deploy / Update OVH DNS (push) Waiting to run
Build and deploy / build-wasm (push) Has been cancelled
Some checks failed
Build and deploy / build-react (push) Waiting to run
Build and deploy / merge (push) Waiting to run
Build and deploy / Push to web3.storage (push) Waiting to run
Build and deploy / Update OVH DNS (push) Waiting to run
Build and deploy / build-wasm (push) Has been cancelled
This commit is contained in:
parent
e9aecbdcb1
commit
40c336c816
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.17
|
||||
go-version: 1.21
|
||||
|
||||
- name: Build
|
||||
run: go build -v -o main.wasm ./...
|
||||
@ -63,19 +63,19 @@ jobs:
|
||||
working_directory: "./client"
|
||||
steps:
|
||||
- name: Download React app
|
||||
uses: actions/download-artifact@v2
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: react-app
|
||||
path: app
|
||||
|
||||
- name: Download WASM program
|
||||
uses: actions/download-artifact@v2
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: wasm
|
||||
path: app
|
||||
|
||||
- name: Upload react app
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: react-app-wasm
|
||||
path: app
|
||||
@ -87,7 +87,7 @@ jobs:
|
||||
outputs:
|
||||
cid: ${{ steps.web3.outputs.cid }}
|
||||
steps:
|
||||
- uses: actions/download-artifact@v2
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: react-app-wasm
|
||||
path: react-app-wasm
|
||||
|
Loading…
Reference in New Issue
Block a user