From 90d4c8fd4af34e53fbcd5539409a5a5d86337658 Mon Sep 17 00:00:00 2001 From: Anthony Doud Date: Sun, 25 Feb 2024 00:16:14 -0500 Subject: [PATCH] Update update_ota_repo.yml --- .github/workflows/update_ota_repo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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