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

This commit is contained in:
Alexandre Bruyant 2024-01-03 12:11:18 +00:00
parent 40c336c816
commit 1319c587dd

View File

@ -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