Skip to content

Commit 4490161

Browse files
committed
add workflow
1 parent 907ac56 commit 4490161

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sign-publish-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Download files from S3
6666
run: |
6767
echo "Downloading files from ${{ env.S3_PATH }}"
68-
aws s3 cp --recursive s3://${{ env.S3_PATH }}/ ${{ env.DOWNLOAD_DIR }}/"
68+
aws s3 cp --recursive s3://${{ env.S3_PATH }}/ ${{ env.DOWNLOAD_DIR }}/
6969
7070
# Verify download was successful
7171
if [ -z "$(ls -A ${{ env.DOWNLOAD_DIR }})" ]; then

0 commit comments

Comments
 (0)