File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -140,12 +140,14 @@ jobs:
140140
141141 # Deploy to versioned path (immutable)
142142 wrangler r2 object put discere-os-wasm-production/zlib/${VERSION}/zlib-side.wasm \
143+ --remote \
143144 --file=install/wasm/zlib-side.wasm \
144145 --content-type=application/wasm \
145146 --cache-control="public, max-age=31536000, immutable"
146147
147148 # Deploy to SHA path (content-addressable)
148149 wrangler r2 object put discere-os-wasm-production/zlib/sha-${SHA:0:7}/zlib-side.wasm \
150+ --remote \
149151 --file=install/wasm/zlib-side.wasm \
150152 --content-type=application/wasm \
151153 --cache-control="public, max-age=31536000, immutable"
@@ -204,6 +206,7 @@ jobs:
204206 VERSION="${{ steps.version.outputs.VERSION }}"
205207
206208 wrangler r2 object put discere-os-wasm-production/zlib/${VERSION}/zlib-side.wasm \
209+ --remote \
207210 --file=install/wasm/zlib-side.wasm \
208211 --content-type=application/wasm \
209212 --cache-control="public, max-age=31536000, immutable"
You can’t perform that action at this time.
0 commit comments