We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83f87b8 commit 5509f24Copy full SHA for 5509f24
.github/workflows/build.yml
@@ -73,7 +73,7 @@ jobs:
73
74
- name: Output executable
75
run: |
76
- cabal install all:exes --install-method=copy --installdir=target --program-suffix='${{ matrix.os }}-${{ github.ref_name }}'
+ cabal install all:exes --install-method=copy --installdir=target --program-suffix='-${{ matrix.os }}-${{ github.ref_name }}'
77
if: ${{ matrix.executable }}
78
79
- name: Compress binaries
0 commit comments