We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 907ac56 commit 4490161Copy full SHA for 4490161
1 file changed
.github/workflows/sign-publish-artifacts.yml
@@ -65,7 +65,7 @@ jobs:
65
- name: Download files from S3
66
run: |
67
echo "Downloading files from ${{ env.S3_PATH }}"
68
- aws s3 cp --recursive s3://${{ env.S3_PATH }}/ ${{ env.DOWNLOAD_DIR }}/"
+ aws s3 cp --recursive s3://${{ env.S3_PATH }}/ ${{ env.DOWNLOAD_DIR }}/
69
70
# Verify download was successful
71
if [ -z "$(ls -A ${{ env.DOWNLOAD_DIR }})" ]; then
0 commit comments