File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -751,6 +751,12 @@ jobs:
751751 name : archive.wasm.gz
752752 path : .
753753
754+ - name : " Download frontend"
755+ uses : actions/download-artifact@v4
756+ with :
757+ name : internet_identity_frontend.wasm.gz
758+ path : .
759+
754760 - name : " Download issuer"
755761 uses : actions/download-artifact@v4
756762 with :
@@ -816,6 +822,7 @@ jobs:
816822 internet_identity_production.wasm.gz
817823 internet_identity_dev.wasm.gz
818824 internet_identity_test.wasm.gz
825+ internet_identity_frontend.wasm.gz
819826 archive.wasm.gz
820827 vc_demo_issuer.wasm.gz
821828 production_asset : internet_identity_production.wasm.gz
@@ -843,6 +850,7 @@ jobs:
843850 internet_identity_production.wasm.gz.sha256 \
844851 internet_identity_dev.wasm.gz \
845852 internet_identity_test.wasm.gz \
853+ internet_identity_frontend.wasm.gz \
846854 src/internet_identity/internet_identity.did \
847855 archive.wasm.gz \
848856 vc_demo_issuer.wasm.gz
You can’t perform that action at this time.
0 commit comments