Skip to content

Commit

Permalink
Added artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
bartosik-hep committed Jun 17, 2023
1 parent 01b145f commit ec0017f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/concretize-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,9 @@ jobs:
spack add mucoll-stack %gcc@11:
spack concretize
spack spec -Nt > ${GITHUB_WORKSPACE}/spec-${{ inputs.target }}.log
- name: Store artifacts
uses: actions/upload-artifact@v3
with:
name: spec-list
path: ${GITHUB_WORKSPACE}/spec-${{ inputs.target }}.log
2 changes: 1 addition & 1 deletion .github/workflows/concretize.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: concretize-ubuntu
on: [push, pull_request]

jobs:
concretize-all:
concretize:
strategy:
matrix:
target: [common, release, release-debug]
Expand Down

0 comments on commit ec0017f

Please sign in to comment.