Skip to content

Commit

Permalink
chore(ci): fix can not cp to aws s3
Browse files Browse the repository at this point in the history
  • Loading branch information
ysfscream committed Aug 4, 2023
1 parent b18f6c6 commit 1845de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
tag=$tag \
filename=$var \
github_api_token=$(echo ${{ secrets.GITHUB_TOKEN }});
aws s3 cp $var s3://${{ secrets.AWS_S3_BUCKET }}/MQTTX/$tag/$var
aws s3 cp --recursive $var s3://${{ secrets.AWS_S3_BUCKET }}/MQTTX/$tag/$var
done

0 comments on commit 1845de3

Please sign in to comment.