diff --git a/.github/workflows/update_ota_repo.yml b/.github/workflows/update_ota_repo.yml index 307de953..a5744216 100644 --- a/.github/workflows/update_ota_repo.yml +++ b/.github/workflows/update_ota_repo.yml @@ -52,7 +52,7 @@ jobs: echo $PROCESSED_VERSION > version.txt # Copy the .bin files directly as they are now confirmed to be in the 'firmware' directory - cp firmware/*.bin ./ + cp *.bin ./ # Ensure we're listing files here for a final check, remove in the final workflow ls -la