mirror of
https://github.com/tfausak/github-release.git
synced 2025-07-23 04:13:02 +02:00
Fix path to documentation (#44)
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -100,7 +100,7 @@ jobs:
|
||||
with:
|
||||
files: ${{ env.PREFIX }}*.tar.gz
|
||||
- run: cabal upload --publish --username '${{ secrets.HACKAGE_USERNAME }}' --password '${{ secrets.HACKAGE_PASSWORD }}' ${{ env.PREFIX }}.tar.gz
|
||||
- run: cabal --http-transport=plain-http upload --documentation --publish --username '${{ secrets.HACKAGE_USERNAME }}' --password '${{ secrets.HACKAGE_PASSWORD }}' ${{ env.PREFIX }}-docs.tar.gz
|
||||
- run: cabal --http-transport=plain-http upload --documentation --publish --username '${{ secrets.HACKAGE_USERNAME }}' --password '${{ secrets.HACKAGE_PASSWORD }}' github-release-${{ github.sha }}-ghc-9.12-ubuntu-24.04/artifact/${{ env.PREFIX }}-docs.tar.gz
|
||||
name: CI
|
||||
on:
|
||||
pull_request:
|
||||
|
Reference in New Issue
Block a user