aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-11-06 15:45:28 -0800
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-11-06 15:45:28 -0800
commit17b8056b3171ae140dc9490cdb859acf4dc56134 (patch)
treee1852e02079ef87483310f9557ca39285bde2a20
parent40160ec6d6b43d77614a9e70c5439b9a39d017e9 (diff)
downloadbun-17b8056b3171ae140dc9490cdb859acf4dc56134.tar.gz
bun-17b8056b3171ae140dc9490cdb859acf4dc56134.tar.zst
bun-17b8056b3171ae140dc9490cdb859acf4dc56134.zip
Update action.yml
-rw-r--r--.github/actions/upload-files/action.yml1
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