Skip to content

Commit 40dd4f7

Browse files
committed
plze work this time
1 parent 5844548 commit 40dd4f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
path: tmp-npm-package-dir
197197

198198
- name: Display structure of downloaded files
199-
working-directory: tmp-npm-package-dir
199+
working-directory: release-npm-package
200200
run: ls -R
201201

202202
- name:

ci/steps/publish-npm.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ main() {
7979
# download_artifact npm-package ./release-npm-package "$NPM_ENVIRONMENT" "$BRANCH"
8080
# NOTES@jsjoeio testing an approach where we run this script after downloading the artifact
8181
# in a job in the workflow file itself
82-
unzip -q -o "tmp-npm-package-dir/npm-package.zip" -d "./release-npm-package"
82+
# unzip -q -o "tmp-npm-package-dir/npm-package.zip" -d "./release-npm-package"
8383

8484
# https://github.com/actions/upload-artifact/issues/38
8585
tar -xzf release-npm-package/package.tar.gz

0 commit comments

Comments
 (0)