Updated workflow
This commit is contained in:
2
.github/workflows/firmware-autodl.yml
vendored
2
.github/workflows/firmware-autodl.yml
vendored
@@ -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}')
|
||||
|
||||
Reference in New Issue
Block a user