1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-13 11:29:56 +03:00

was missing .exe

This commit is contained in:
Marcelo Bezerra 2025-01-17 11:32:31 +01:00
parent f285550cda
commit f74275ded4
No known key found for this signature in database
GPG key ID: 718A5AC065848530

View file

@ -250,7 +250,7 @@ jobs:
run: mkdir -p build_SITL && cd build_SITL && cmake -DSITL=ON -DWARNINGS_AS_ERRORS=ON -G Ninja .. && ninja -j4
- name: Strip version number
run: |
for f in ./build_SITL/*_SITL; do
for f in ./build_SITL/*_SITL.exe; do
mv $f $(echo $f | sed -e 's/_[0-9]\+\.[0-9]\+\.[0-9]\+//')
done
- name: Upload artifacts