mirror of
https://github.com/tfausak/splint.git
synced 2024-11-09 11:59:03 +03:00
Fix reference to old GHC version
This commit is contained in:
parent
bb6b02d1a7
commit
e388c76ca5
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -34,5 +34,5 @@ jobs:
|
||||
path: dist-newstyle/sdist/splint-*.tar.gz
|
||||
name: splint-${{ github.sha }}.tar.gz
|
||||
- run: cabal check
|
||||
- if: github.event_name == 'release' && matrix.os == 'ubuntu' && matrix.ghc == '9.0.1'
|
||||
- if: github.event_name == 'release' && matrix.os == 'ubuntu' && matrix.ghc == '9.0.2'
|
||||
run: cabal upload --publish --username '${{ secrets.HACKAGE_USERNAME }}' --password '${{ secrets.HACKAGE_PASSWORD }}' dist-newstyle/sdist/splint-*.tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user