1
0
mirror of https://github.com/lancedikson/bowser synced 2026-09-22 12:05:23 +00:00

fix(ci): create the tarball directory before npm pack

npm pack --pack-destination does not create the target directory, so the
Pack step failed with ENOENT.
This commit is contained in:
naorpeled
2026-08-01 21:28:56 +03:00
parent a78d9d35a2
commit 11a78f50b2

View File

@@ -45,6 +45,7 @@ jobs:
- name: Pack
run: |
npm version 0.0.0-ci --no-git-tag-version --allow-same-version
mkdir -p tarball
npm pack --pack-destination ./tarball
- name: Upload package tarball