Updated workflow

This commit is contained in:
Niklas080208
2026-02-03 19:45:49 +01:00
parent 54ded6402e
commit 9d9cf29491
2 changed files with 11 additions and 7 deletions

View File

@@ -66,6 +66,8 @@ jobs:
- name: 💻 Execute download script and capture changelog
id: download
if: steps.version_check.outputs.new_version == 'true'
env:
SKIP_ZIP: "1"
run: |
python3 firmware_downloader.py | tee firmware_output.txt
FIRMWARE_VERSION=$(grep 'Folder: Firmware ' firmware_output.txt | awk '{print $NF}')