Skip to content

Commit

Permalink
Update update_ota_repo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
doudar committed Feb 25, 2024
1 parent 3e76d07 commit bb0c932
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/update_ota_repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bb0c932

Please sign in to comment.