From bb0c932996f38feb47555e82df75452ff4099d18 Mon Sep 17 00:00:00 2001 From: Anthony Doud Date: Sun, 25 Feb 2024 00:10:56 -0500 Subject: [PATCH] Update update_ota_repo.yml --- .github/workflows/update_ota_repo.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update_ota_repo.yml b/.github/workflows/update_ota_repo.yml index e6fb34a1..307de953 100644 --- a/.github/workflows/update_ota_repo.yml +++ b/.github/workflows/update_ota_repo.yml @@ -50,8 +50,12 @@ jobs: VERSION_TAG="${{ steps.get-release.outputs.tag_name }}" PROCESSED_VERSION="${VERSION_TAG%-*}" echo $PROCESSED_VERSION > version.txt - # Adjust the pattern or paths below based on the actual file paths + + # Copy the .bin files directly as they are now confirmed to be in the 'firmware' directory cp firmware/*.bin ./ + + # Ensure we're listing files here for a final check, remove in the final workflow + ls -la working-directory: ./OTAUpdates - name: Commit and Push Updates to OTAUpdates Repository