Update .github/workflows/ci.yml
All checks were successful
Build and deploy / build-wasm (push) Successful in 19s
Build and deploy / build-react (push) Successful in 46s
Build and deploy / merge (push) Successful in 7s
Build and deploy / Push to web3.storage (push) Successful in 15s
Build and deploy / Update OVH DNS (push) Successful in 4s
All checks were successful
Build and deploy / build-wasm (push) Successful in 19s
Build and deploy / build-react (push) Successful in 46s
Build and deploy / merge (push) Successful in 7s
Build and deploy / Push to web3.storage (push) Successful in 15s
Build and deploy / Update OVH DNS (push) Successful in 4s
This commit is contained in:
parent
40c336c816
commit
1319c587dd
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
||||
GOARCH: wasm
|
||||
|
||||
- name: Upload wasm file
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: wasm
|
||||
path: ${{env.working_directory}}/main.wasm
|
||||
@ -51,7 +51,7 @@ jobs:
|
||||
run: npm run build
|
||||
|
||||
- name: Upload react client
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: react-app
|
||||
path: ${{env.working_directory}}/build
|
||||
|
Loading…
Reference in New Issue
Block a user