Skip to content

Commit f8bcc0f

Browse files
danlapidanonrig
andauthored
Update .github/workflows/release.yml
Co-authored-by: Yagiz Nizipli <[email protected]>
1 parent a164a5c commit f8bcc0f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,7 @@ jobs:
292292
env:
293293
WORKERD_VERSION: ${{ needs.version.outputs.version }}
294294
LATEST_COMPATIBILITY_DATE: ${{ needs.version.outputs.date }}
295-
- run: mkdir -p npm/workerd/lib
296-
- run: mkdir -p npm/workerd/bin
295+
- run: mkdir -p npm/workerd/lib npm/workerd/bin
297296
- name: Build node-install
298297
run: npx esbuild npm/lib/node-install.ts --outfile=npm/workerd/install.js --bundle --target=node18 --define:LATEST_COMPATIBILITY_DATE="\"${LATEST_COMPATIBILITY_DATE}\"" --define:WORKERD_VERSION="\"${WORKERD_VERSION}\"" --platform=node --external:workerd --log-level=warning
299298
env:

0 commit comments

Comments
 (0)