From cf41311149ca08f986637bac3ffb8a60bc80b9b0 Mon Sep 17 00:00:00 2001 From: Julian Schuler Date: Sun, 22 Dec 2024 15:48:08 +0100 Subject: [PATCH] Fix further changed paths for release --- .github/workflows/cicd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 5cbf800..1cb1fc8 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -90,7 +90,7 @@ jobs: name: HULKs-OS ${{ github.ref_name }} body: Flashable image containing HULKs-OS ${{ github.ref_name }} and the corresponding SDK with the toolchain and other tools targeting HULKs-OS, for instructions see https://hulks.de/hulk/setup/overview/ files: | - images/nao-v6/nao-image-HULKs-OS-${{ github.ref_name }}.ext3.gz.opn - sdk/HULKs-OS-x86_64-toolchain-${{ github.ref_name }}.sh - sdk/HULKs-OS-aarch64-toolchain-${{ github.ref_name }}.sh + nao-image-HULKs-OS-${{ github.ref_name }}.ext3.gz.opn + HULKs-OS-x86_64-toolchain-${{ github.ref_name }}.sh + HULKs-OS-aarch64-toolchain-${{ github.ref_name }}.sh fail_on_unmatched_files: true