Skip to content

Commit 5844548

Browse files
committed
will work
1 parent ff95645 commit 5844548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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" -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)