From c66089cb47d581826e832f7c2025812a253e9a58 Mon Sep 17 00:00:00 2001 From: lumapu Date: Sun, 7 Jan 2024 12:31:49 +0100 Subject: [PATCH] github action test --- .github/workflows/compile_development.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/compile_development.yml b/.github/workflows/compile_development.yml index e3fa489d..197d1e37 100644 --- a/.github/workflows/compile_development.yml +++ b/.github/workflows/compile_development.yml @@ -138,10 +138,10 @@ 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 - with: - name: ahoydtu_dev - path: src/firmware/* + uses: actions/download-artifact@master + with: + name: ahoydtu_dev + path: src/firmware/* - name: Rename Binary files id: rename-binary-files