From 6677116badef88874795f8659cf8cceb4ad23d55 Mon Sep 17 00:00:00 2001 From: lumapu Date: Sun, 7 Jan 2024 21:42:52 +0100 Subject: [PATCH] github action test --- .github/workflows/compile_development.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compile_development.yml b/.github/workflows/compile_development.yml index 364a59628..2e3dcb314 100644 --- a/.github/workflows/compile_development.yml +++ b/.github/workflows/compile_development.yml @@ -71,7 +71,7 @@ jobs: - name: Create Artifact uses: actions/upload-artifact@v4 with: - name: ahoydtu_dev + name: dev-${{ matrix.variant }} path: firmware/* build-de: @@ -144,8 +144,11 @@ jobs: - name: Get Artifacts uses: actions/download-artifact@v4 + with: + merge-multiple: true + path: firmware - name: Display structure of downloaded files - run: ls -R + run: ls -R firmware - name: Get Version from code id: version_name