mirror of
https://github.com/rvdbreemen/OTGW-firmware
synced 2024-11-16 04:33:49 +01:00
Fix: one more change
This commit is contained in:
parent
ac10b1d883
commit
ea5465777c
4
.github/actions/build/action.yml
vendored
4
.github/actions/build/action.yml
vendored
@ -14,8 +14,8 @@ runs:
|
||||
run: |
|
||||
make -j$(nproc)
|
||||
find build -type f
|
||||
for file in build/**/*.bin; do mv "$file" "build/$(basename ${file%.*})-${{steps.semver.outputs.semver}}.bin"; done
|
||||
for file in build/**/*.elf; do mv "$file" "build/$(basename ${file%.*})-${{steps.semver.outputs.semver}}.elf"; done
|
||||
for file in build/**/*.ino.bin; do mv "$file" "build/$(basename -s .ino.bin ${file})-${{steps.semver.outputs.semver}}.ino.bin"; done
|
||||
for file in build/**/*.ino.elf; do mv "$file" "build/$(basename -s .ino.elf ${file})-${{steps.semver.outputs.semver}}.ino.elf"; done
|
||||
shell: bash
|
||||
- id: filesys
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user