Skip to content

Commit

Permalink
CI: Put solver bindists in separate artifact from non-solver bindists
Browse files Browse the repository at this point in the history
Fixes #1884.
  • Loading branch information
RyanGlScott committed Jun 28, 2023
1 parent 6d5c23b commit 1df6b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:
- if: matrix.ghc == '8.10.7'
uses: actions/upload-artifact@v2
with:
name: ${{ steps.config.outputs.name }} (GHC ${{ matrix.ghc }})
name: ${{ steps.config.outputs.name }}-with-solvers (GHC ${{ matrix.ghc }})
path: "${{ steps.config.outputs.name }}-with-solvers.tar.gz*"
if-no-files-found: error
retention-days: ${{ needs.config.outputs.retention-days }}
Expand Down

0 comments on commit 1df6b0a

Please sign in to comment.