mirror of
https://github.com/rvdbreemen/OTGW-firmware
synced 2024-11-16 04:33:49 +01:00
Fix: Fixing filesystem rename
This commit is contained in:
parent
ea5465777c
commit
baae5e0b67
2
.github/actions/build/action.yml
vendored
2
.github/actions/build/action.yml
vendored
@ -20,7 +20,7 @@ runs:
|
||||
- id: filesys
|
||||
run: |
|
||||
make filesystem
|
||||
for file in build/*.littlefs.bin; do mv "$file" "build/$(basename -s .littlefs.bin $file).${{steps.semver.outputs.semver}}.littlefs.bin"; done
|
||||
for file in build/*.ino.littlefs.bin; do mv "$file" "build/$(basename -s .ino.littlefs.bin $file).${{steps.semver.outputs.semver}}.littlefs.bin"; done
|
||||
shell: bash
|
||||
|
||||
- id: upload
|
||||
|
Loading…
Reference in New Issue
Block a user