Skip to content

Commit

Permalink
Fix copy of c6 release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Feb 15, 2024
1 parent 56f4ac5 commit 2f77762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/devel_release_firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ jobs:
[ ! -f ./gh_latest/tasmota32s3*.* ] || mv ./gh_latest/tasmota32s3*.* ./firmware/release/
[ ! -f ./gh_latest/tasmota32-safeboot* ] || mv ./gh_latest/tasmota32-safeboot* ./firmware/release/
[ ! -f ./gh_latest/tasmota32-* ] || mv ./gh_latest/tasmota32-* ./firmware/release/languages/
[ ! -f ./gh_latest/tasmota32* ] || mv ./gh_latest/tasmota32* ./firmware/release/languages/
[ ! -f ./gh_latest/tasmota32* ] || mv ./gh_latest/tasmota32* ./firmware/release/
[ ! -f ./gh_latest/tasmota-minimal.bin ] || rm -rf ./gh_latest/tasmota-minimal.bin
[ ! -f ./gh_latest/* ] || mv ./gh_latest/* ./firmware/release/languages/
rm -rf ./gh_latest
Expand Down

0 comments on commit 2f77762

Please sign in to comment.