From 8933b4a9bf6d7f8993ed719666f187345471094a Mon Sep 17 00:00:00 2001 From: reubenmiller Date: Tue, 21 Nov 2023 21:50:20 +0100 Subject: [PATCH] fix ci artifact upload --- .github/workflows/bake-image.yml | 2 +- justfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bake-image.yml b/.github/workflows/bake-image.yml index 4b91338..f3f12cd 100644 --- a/.github/workflows/bake-image.yml +++ b/.github/workflows/bake-image.yml @@ -39,4 +39,4 @@ jobs: uses: actions/upload-artifact@v3 with: name: ${{ env.IMAGE_NAME }} - path: build/${{ env.IMAGE_NAME }} + path: build/${{ env.IMAGE_NAME }}*.img diff --git a/justfile b/justfile index a2c13a0..54f6550 100644 --- a/justfile +++ b/justfile @@ -10,7 +10,7 @@ export BUILD_INFO := file_stem(IMAGE_NAME) # Generate a version name (that can be used in follow up commands) generate_version: - @echo "tedge_rugpi_$(date +'%Y-%m-%d-%H%M').img" + @echo "tedge_rugpi_$(date +'%Y-%m-%d-%H%M')" # Show the install paths show: