Skip to content

Commit

Permalink
CI binaries: setup before cache to get correct Windows stack root
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Jul 1, 2024
1 parent 9a5215b commit c195287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:

- name: Get goldplate version
run: |
VERSION="$(stack run -- --numeric-version | tail -1)"
VERSION="$(${STACK} run -- --numeric-version | tail -1)"
echo "VERSION=${VERSION}" >> "${GITHUB_ENV}"
- name: Create artifact
Expand Down

0 comments on commit c195287

Please sign in to comment.