File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ jobs:
196
196
path : tmp-npm-package-dir
197
197
198
198
- name : Display structure of downloaded files
199
- working-directory : tmp -npm-package-dir
199
+ working-directory : release -npm-package
200
200
run : ls -R
201
201
202
202
- name :
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ main() {
79
79
# download_artifact npm-package ./release-npm-package "$NPM_ENVIRONMENT" "$BRANCH"
80
80
# NOTES@jsjoeio testing an approach where we run this script after downloading the artifact
81
81
# 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"
83
83
84
84
# https://github.com/actions/upload-artifact/issues/38
85
85
tar -xzf release-npm-package/package.tar.gz
You can’t perform that action at this time.
0 commit comments