Skip to content

Commit

Permalink
rename executable from bel-exe to bel
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyschlatter committed Dec 24, 2019
1 parent 683e12f commit 481348c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ jobs:
run: curl -sSL https://get.haskellstack.org/ | sh
shell: bash
- name: Build binary
run: stack install && cp $(stack path --local-bin)/bel-exe${{ matrix.ext }} .
run: stack install && cp $(stack path --local-bin)/bel${{ matrix.ext }} .
shell: bash
- name: Upload binary
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: bel-exe${{ matrix.ext }}
asset_path: bel${{ matrix.ext }}
asset_name: bel-x86_64-${{ matrix.name }}${{ matrix.ext}}
asset_content_type: application/octet-stream
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ library:
- transformers

executables:
bel-exe:
bel:
main: Main.hs
source-dirs: app
ghc-options:
Expand Down

0 comments on commit 481348c

Please sign in to comment.