Skip to content

Commit

Permalink
Merge #2025
Browse files Browse the repository at this point in the history
2025: GHC version in artifact name r=intricate a=newhoggy

This is needed to prevent artifact from one GHC version clobbering another.

Co-authored-by: John Ky <john.ky@iohk.io>
  • Loading branch information
iohk-bors[bot] and newhoggy committed Oct 28, 2020
2 parents c54b3b8 + 0544aad commit 51b1cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Expand Up @@ -107,5 +107,5 @@ jobs:
- uses: actions/upload-artifact@v2
if: ${{ always() }}
with:
name: chairman-test-artifacts-${{ matrix.os }}
name: chairman-test-artifacts-${{ matrix.os }}-${{ matrix.ghc }}
path: ${{ runner.temp }}/chairman/

0 comments on commit 51b1cb9

Please sign in to comment.