From b8e5522826c35e68dc9322b9c4c392e8bc4cfdf9 Mon Sep 17 00:00:00 2001 From: iranl Date: Thu, 11 Sep 2025 21:42:29 +0200 Subject: [PATCH] Fix release action --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 59e6152..b80fd66 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -160,6 +160,7 @@ jobs: cp -vf release/*/nuki_hub_*.bin ota/ cp -vf release/*/nuki_hub_*.elf ota/ cp -vf master/resources/ota_manifest.py resources/ota_manifest.py + cp -vf master/resources/old_manifest.py resources/old_manifest.py cp -vf master/src/Config.h src/Config.h echo release/*/nuki_hub_*.bin | tr ' ' '\n' | xargs -n1 -I{} bash -c 'cp {} ota/old/$VERSION.$(basename "{}")' python3 resources/ota_manifest.py release $Version