File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -75,12 +75,9 @@ main() {
75
75
# we set a default.
76
76
# Source:https://docs.github.com/en/actions/learn-github-actions/environment-variables#default-environment-variables
77
77
BRANCH=" ${GITHUB_HEAD_REF-main} "
78
- echo " Calling download_artifact with npm env: $NPM_ENVIRONMENT and branch: $BRANCH "
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/npm-package.zip" -d "./release-npm-package"
83
78
79
+ # NOTE@jsjoeio - this script assumes we have the artifact downloaded on disk
80
+ # That happens in CI as a step before we run this.
84
81
# https://github.com/actions/upload-artifact/issues/38
85
82
tar -xzf release-npm-package/package.tar.gz
86
83
You can’t perform that action at this time.
0 commit comments