From ff6ced2a9626ffb7e3e8baec36b1b54790025c14 Mon Sep 17 00:00:00 2001 From: Paul Gessinger Date: Fri, 13 Dec 2024 14:29:04 +0100 Subject: [PATCH] name fix --- .github/workflows/spack.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/spack.yml b/.github/workflows/spack.yml index 474f0e47..751c5a8f 100644 --- a/.github/workflows/spack.yml +++ b/.github/workflows/spack.yml @@ -92,7 +92,7 @@ jobs: echo "BASE IMAGE: ${BASE_IMAGE}" echo "BASE_IMAGE=${BASE_IMAGE}" >> "$GITHUB_ENV" - - name: Derive target teiplet + - name: Derive target triplet run: | TARGET_TRIPLET="" TARGET_TRIPLET="$(spack arch --family)" @@ -137,7 +137,7 @@ jobs: spack-*.lock if-no-files-found: error - - name: Add tarball to release + - name: Add lock files to release uses: softprops/action-gh-release@v2 if: startsWith(github.ref, 'refs/tags/') with: