Skip to content

Commit

Permalink
Update haskell-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vlasin authored Mar 13, 2024
1 parent 753ffbf commit e79a64e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ jobs:
${{ runner.os }}-
- name: Build package
run:
run: |
cabal update
cabal new-build all
- name: Upload package
env:
HACKAGE_PASSWORD: ${{ secrets.HACKAGE_PASSWORD }}
run:
run: |
cabal sdist
cabal upload --username=VladimirSinyakov --password="$HACKAGE_PASSWORD" dist-newstyle/sdist/*.tar.gz
Expand Down

0 comments on commit e79a64e

Please sign in to comment.