We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff95645 commit 5844548Copy full SHA for 5844548
ci/steps/publish-npm.sh
@@ -79,7 +79,7 @@ main() {
79
# download_artifact npm-package ./release-npm-package "$NPM_ENVIRONMENT" "$BRANCH"
80
# NOTES@jsjoeio testing an approach where we run this script after downloading the artifact
81
# in a job in the workflow file itself
82
- unzip -q -o "tmp-npm-package-dir" -d "./release-npm-package"
+ unzip -q -o "tmp-npm-package-dir/npm-package.zip" -d "./release-npm-package"
83
84
# https://github.com/actions/upload-artifact/issues/38
85
tar -xzf release-npm-package/package.tar.gz
0 commit comments