Skip to content

Commit

Permalink
Don't include ghc version in release binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
L7R7 committed Jun 13, 2024
1 parent 9e60294 commit c37aaa5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Inspired by https://github.com/kowainik/stan/blob/30ae41dccde49feefe19913039014f3612e5d44c/.github/workflows/release.yml
name: Release

on:
Expand Down Expand Up @@ -62,7 +63,6 @@ jobs:
enable-stack: true
stack-version: ${{ matrix.cabal }}


- name: Cache ~/.stack
uses: actions/cache@v4
with:
Expand Down Expand Up @@ -113,5 +113,5 @@ jobs:
with:
upload_url: ${{ env.upload_url }}
asset_path: ${{ env.BINARY_PATH }}
asset_name: gitlab-helper-${{ steps.tag.outputs.tag }}-${{ runner.os }}-ghc-${{ matrix.ghc }}${{ env.EXT }}
asset_content_type: application/octet-stream
asset_name: gitlab-helper-${{ steps.tag.outputs.tag }}-${{ runner.os }}${{ env.EXT }}
asset_content_type: application/octet-stream

0 comments on commit c37aaa5

Please sign in to comment.