Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into mmosca-remove-vbat-…
Browse files Browse the repository at this point in the history
…delay
  • Loading branch information
mmosca committed Jan 18, 2025
2 parents c64ad25 + 07f8aad commit 758ac7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ jobs:
- name: Strip version number
run: |
for f in build_SITL/*_SITL; do
mv $f $(echo $f | sed -e 's/_[0-9]\+\.[0-9]\+\.[0-9]\+//')
mv -v $f $(echo $f | sed -Ee 's/_[0-9]+\.[0-9]+\.[0-9]+//')
done
- name: Upload artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 758ac7c

Please sign in to comment.