We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be9d6a3 commit ba9207aCopy full SHA for ba9207a
.github/workflows/ci.yml
@@ -88,7 +88,7 @@ jobs:
88
uses: softprops/action-gh-release@v1
89
env:
90
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
91
- if: startsWith(github.ref, 'refs/tags/')
+ if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.ghc == '8.10.3' }}
92
with:
93
files: threadscope.${{ matrix.os }}.ghc-${{ matrix.ghc }}.gz
94
draft: false
@@ -145,7 +145,7 @@ jobs:
145
146
147
148
149
150
files: threadscope.${{ matrix.os }}.ghc-${{ matrix.ghc }}.zip
151
0 commit comments