Skip to content

Commit 5509f24

Browse files
author
Lucas V. R
committed
github: fix binary name
1 parent 83f87b8 commit 5509f24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373

7474
- name: Output executable
7575
run: |
76-
cabal install all:exes --install-method=copy --installdir=target --program-suffix='${{ matrix.os }}-${{ github.ref_name }}'
76+
cabal install all:exes --install-method=copy --installdir=target --program-suffix='-${{ matrix.os }}-${{ github.ref_name }}'
7777
if: ${{ matrix.executable }}
7878

7979
- name: Compress binaries

0 commit comments

Comments
 (0)