File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -298,8 +298,8 @@ jobs:
298298 unzip -q "com.espressif.idf.update-v$VERSION.zip" -d "$TMP_UPDATE_DIR"
299299 echo "Contents of $TMP_UPDATE_DIR:"
300300 ls -l "$TMP_UPDATE_DIR"
301- aws s3 cp --acl=public-read --recursive "$TMP_UPDATE_DIR/" "s3://${{ secrets.DL_BUCKET }}/dl/idf-eclipse-plugin/updates/latest"
302- aws s3 cp --acl=public-read --recursive "$TMP_UPDATE_DIR/" "s3://${{ secrets.DL_BUCKET }}/dl/idf-eclipse-plugin/updates/v$VERSION"
301+ aws s3 cp --acl=public-read --recursive "$TMP_UPDATE_DIR/artifacts/update/ " "s3://${{ secrets.DL_BUCKET }}/dl/idf-eclipse-plugin/updates/latest"
302+ aws s3 cp --acl=public-read --recursive "$TMP_UPDATE_DIR/artifacts/update/ " "s3://${{ secrets.DL_BUCKET }}/dl/idf-eclipse-plugin/updates/v$VERSION"
303303 aws s3 cp --acl=public-read ./releng/index.html "s3://${{ secrets.DL_BUCKET }}/dl/idf-eclipse-plugin/updates/latest/"
304304
305305 aws s3 cp --acl=public-read "com.espressif.idf.update-v$VERSION.zip" "s3://${{ secrets.DL_BUCKET }}/dl/idf-eclipse-plugin/updates/"
You can’t perform that action at this time.
0 commit comments