Compare commits
6 Commits
renovate/a
...
master
Author | SHA1 | Date | |
---|---|---|---|
4ca45c1ad3 | |||
bed24d7501 | |||
37497b49a4 | |||
ddaa9350cb | |||
bc6f87139c | |||
88df0e5a7d |
@ -25,7 +25,7 @@ jobs:
|
|||||||
GOARCH: wasm
|
GOARCH: wasm
|
||||||
|
|
||||||
- name: Upload wasm file
|
- name: Upload wasm file
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: wasm
|
name: wasm
|
||||||
path: ${{env.working_directory}}/main.wasm
|
path: ${{env.working_directory}}/main.wasm
|
||||||
@ -51,7 +51,7 @@ jobs:
|
|||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
||||||
- name: Upload react client
|
- name: Upload react client
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: react-app
|
name: react-app
|
||||||
path: ${{env.working_directory}}/build
|
path: ${{env.working_directory}}/build
|
||||||
@ -75,7 +75,7 @@ jobs:
|
|||||||
path: app
|
path: app
|
||||||
|
|
||||||
- name: Upload react app
|
- name: Upload react app
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: react-app-wasm
|
name: react-app-wasm
|
||||||
path: app
|
path: app
|
||||||
@ -96,7 +96,7 @@ jobs:
|
|||||||
|
|
||||||
- name: pin
|
- name: pin
|
||||||
id: pin
|
id: pin
|
||||||
uses: docker://gitea.bruyant.xyz/alexandre/ipfs-node-pin:1.0.1
|
uses: docker://gitea.bruyant.xyz/alexandre/ipfs-node-pin:1.0.2
|
||||||
with:
|
with:
|
||||||
ipfs_host: "ipfs-api.ipfs.svc"
|
ipfs_host: "ipfs-api.ipfs.svc"
|
||||||
ipfs_port: "5001"
|
ipfs_port: "5001"
|
||||||
|
@ -24,7 +24,7 @@ jobs:
|
|||||||
GOARCH: wasm
|
GOARCH: wasm
|
||||||
|
|
||||||
- name: Upload wasm file
|
- name: Upload wasm file
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: wasm
|
name: wasm
|
||||||
path: ${{env.working_directory}}/main.wasm
|
path: ${{env.working_directory}}/main.wasm
|
||||||
@ -50,7 +50,7 @@ jobs:
|
|||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
||||||
- name: Upload react client
|
- name: Upload react client
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: react-app
|
name: react-app
|
||||||
path: ${{env.working_directory}}/build
|
path: ${{env.working_directory}}/build
|
||||||
@ -74,7 +74,7 @@ jobs:
|
|||||||
path: app
|
path: app
|
||||||
|
|
||||||
- name: Upload react app
|
- name: Upload react app
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: react-app-wasm
|
name: react-app-wasm
|
||||||
path: app
|
path: app
|
||||||
|
15178
client/package-lock.json
generated
15178
client/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user