Skip to content

Commit

Permalink
ci: fix cache path variable export on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Connor Baker committed Nov 29, 2023
1 parent faa4486 commit c254dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# exists and is populated.
run: |
stack path --snapshot-install-root
echo "dir=$(stack path --snapshot-install-root)" > "${GITHUB_OUTPUT}"
"dir=$(stack path --snapshot-install-root)" | Out-File -FilePath $env:GITHUB_OUTPUT -Append
- uses: actions/cache@v3
with:
path: ${{ steps.stack-snapshot.outputs.dir }}
Expand Down

0 comments on commit c254dd4

Please sign in to comment.