From b70c9bfe26cfb2d53c2311a78f946eb9831de999 Mon Sep 17 00:00:00 2001 From: lumapu Date: Sun, 7 Jan 2024 21:09:38 +0100 Subject: [PATCH] github action test --- .github/workflows/compile_development.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/compile_development.yml b/.github/workflows/compile_development.yml index 0725cb2c..61a060e8 100644 --- a/.github/workflows/compile_development.yml +++ b/.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