Skip to content

Commit

Permalink
Release step
Browse files Browse the repository at this point in the history
  • Loading branch information
Magellol committed Jan 24, 2022
1 parent 7eeb595 commit 7bbd2d4
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,7 @@ jobs:
key: hashFiles('cabal.project.freeze')
- name: Build
run: cabal install exe:intlc --install-method=copy --overwrite-policy=always --installdir=dist-newstyle
- name: Test
run: ls -la dist-newstyle/

# release:
# name: Release
# runs-on: ubuntu-latest
# uses: softprops/action-gh-release@v1
# with:
# files: intlc
# needs: build_binary
- name: Release
uses: softprops/action-gh-release@v1
with:
files: dist-newstyle/intlc

0 comments on commit 7bbd2d4

Please sign in to comment.