Browse Source

github action test

pull/1341/head
lumapu 9 months ago
parent
commit
b70c9bfe26
  1. 7
      .github/workflows/compile_development.yml

7
.github/workflows/compile_development.yml

@ -145,7 +145,12 @@ jobs:
# run: cp ~/.platformio/packages/framework-arduinoespressif32/tools/partitions/boot_app0.bin src/.pio/build/opendtufusion/ota.bin
- name: Get Artifacts
uses: actions/download-artifact@master
uses: actions/download-artifact@v4
path: firmware
with:
name: ahoydtu_dev
- name: Display structure of downloaded files
run: ls -R
- name: Get Version from code
id: version_name

Loading…
Cancel
Save