Skip to content

Commit

Permalink
name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Dec 13, 2024
1 parent c21b91e commit ff6ced2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/spack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit ff6ced2

Please sign in to comment.