Skip to content

Commit

Permalink
switch to freckle/stack-action@v5 and turn off running of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nevrome committed May 3, 2024
1 parent 6f80bf8 commit 71982fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ jobs:
run: curl -sSL https://get.haskellstack.org/ | sh

- name: Build executable
uses: freckle/stack-action@v4
uses: freckle/stack-action@v5
id: stack
with:
stack-arguments: --copy-bins
stack-build-arguments: --copy-bins --no-run-tests

- name: Set binary path name
id: binarypath
Expand Down

0 comments on commit 71982fa

Please sign in to comment.