diff options
author | 2022-11-06 15:45:28 -0800 | |
---|---|---|
committer | 2022-11-06 15:45:28 -0800 | |
commit | 17b8056b3171ae140dc9490cdb859acf4dc56134 (patch) | |
tree | e1852e02079ef87483310f9557ca39285bde2a20 | |
parent | 40160ec6d6b43d77614a9e70c5439b9a39d017e9 (diff) | |
download | bun-17b8056b3171ae140dc9490cdb859acf4dc56134.tar.gz bun-17b8056b3171ae140dc9490cdb859acf4dc56134.tar.zst bun-17b8056b3171ae140dc9490cdb859acf4dc56134.zip |
Update action.yml
-rw-r--r-- | .github/actions/upload-files/action.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/actions/upload-files/action.yml b/.github/actions/upload-files/action.yml index c4a343175..43a2fe949 100644 --- a/.github/actions/upload-files/action.yml +++ b/.github/actions/upload-files/action.yml @@ -31,7 +31,6 @@ runs: using: "composite" steps: - run: | - shopt -s globstar rm -rf artifact.tar tar -cvf artifact.tar -C ${{ inputs.path }} shell: bash |