We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d5c23b commit 1df6b0aCopy full SHA for 1df6b0a
.github/workflows/ci.yml
@@ -193,7 +193,7 @@ jobs:
193
- if: matrix.ghc == '8.10.7'
194
uses: actions/upload-artifact@v2
195
with:
196
- name: ${{ steps.config.outputs.name }} (GHC ${{ matrix.ghc }})
+ name: ${{ steps.config.outputs.name }}-with-solvers (GHC ${{ matrix.ghc }})
197
path: "${{ steps.config.outputs.name }}-with-solvers.tar.gz*"
198
if-no-files-found: error
199
retention-days: ${{ needs.config.outputs.retention-days }}
0 commit comments