From 71982fae9ce4aea8b55927c8fb7896a7e82d7e7d Mon Sep 17 00:00:00 2001 From: Clemens Schmid Date: Fri, 3 May 2024 15:46:21 +0200 Subject: [PATCH] switch to freckle/stack-action@v5 and turn off running of tests --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7de561c5f..4ea5d8e72 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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