Skip to content

Commit

Permalink
Merge pull request #10609 from iNavFlight/mmosca-arm64-linux-support
Browse files Browse the repository at this point in the history
Fix mac regular expression
  • Loading branch information
mmosca authored Jan 17, 2025
2 parents d164437 + e13ff14 commit 07f8aad
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 07f8aad

Please sign in to comment.