Skip to content

Commit 1df6b0a

Browse files
committed
CI: Put solver bindists in separate artifact from non-solver bindists
Fixes #1884.
1 parent 6d5c23b commit 1df6b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
- if: matrix.ghc == '8.10.7'
194194
uses: actions/upload-artifact@v2
195195
with:
196-
name: ${{ steps.config.outputs.name }} (GHC ${{ matrix.ghc }})
196+
name: ${{ steps.config.outputs.name }}-with-solvers (GHC ${{ matrix.ghc }})
197197
path: "${{ steps.config.outputs.name }}-with-solvers.tar.gz*"
198198
if-no-files-found: error
199199
retention-days: ${{ needs.config.outputs.retention-days }}

0 commit comments

Comments
 (0)