Update .github/workflows/upload_s3.sh

Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com>
This commit is contained in:
Graham Christensen 2023-05-22 16:05:39 -04:00 committed by GitHub
parent 3d372eef04
commit 6f8baf4345
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,8 +27,6 @@ if aws s3 ls "$AWS_BUCKET"/"$GIT_ISH"/; then
fi fi
fi fi
sudo chown $USER: -R artifacts/
mkdir "$DEST" mkdir "$DEST"
mkdir "$GIT_ISH" mkdir "$GIT_ISH"