Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tfausak committed Feb 18, 2024
1 parent 0b5169d commit 23fe1b7
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"id": "haskell",
"uses": "haskell-actions/setup@v2",
"with": {
"cabal-version": "3.10.1.0",
"cabal-version": "3.10.2.1",
"ghc-version": "${{ matrix.ghc }}"
}
},
Expand Down Expand Up @@ -79,22 +79,17 @@
"matrix": {
"include": [
{
"ghc": "9.4.7",
"ghc": "9.8.1",
"platform": "macos",
"version": "12"
},
{
"ghc": "9.2.8",
"platform": "ubuntu",
"version": "22.04"
},
{
"ghc": "9.4.7",
"ghc": "9.4.8",
"platform": "ubuntu",
"version": "22.04"
},
{
"ghc": "9.6.2",
"ghc": "9.6.4",
"platform": "ubuntu",
"version": "22.04"
},
Expand All @@ -105,7 +100,7 @@
},
{
"extension": ".exe",
"ghc": "9.4.7",
"ghc": "9.8.1",
"platform": "windows",
"version": "2022"
}
Expand Down Expand Up @@ -175,11 +170,11 @@
"uses": "svenstaro/upload-release-action@v2",
"with": {
"asset_name": "ratel-wai-${{ github.event.release.tag_name }}.tar.gz",
"file": "artifact/ubuntu-9.4.7/ratel-wai-${{ github.event.release.tag_name }}.tar.gz"
"file": "artifact/ubuntu-9.8.1/ratel-wai-${{ github.event.release.tag_name }}.tar.gz"
}
},
{
"run": "cabal upload --publish --username '${{ secrets.HACKAGE_USERNAME }}' --password '${{ secrets.HACKAGE_PASSWORD }}' artifact/ubuntu-9.4.7/ratel-wai-${{ github.event.release.tag_name }}.tar.gz"
"run": "cabal upload --publish --username '${{ secrets.HACKAGE_USERNAME }}' --password '${{ secrets.HACKAGE_PASSWORD }}' artifact/ubuntu-9.8.1/ratel-wai-${{ github.event.release.tag_name }}.tar.gz"
}
]
}
Expand Down

0 comments on commit 23fe1b7

Please sign in to comment.