Skip to content

Commit

Permalink
Attempt to use relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
lehins committed Feb 5, 2023
1 parent 0af3210 commit 9842c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
SUFFIX=".exe"
fi
tar cfvj $RELEASE_ARCHIVE -C "$(stack path --local-bin)" "shc$SUFFIX"
echo "RELEASE_ARCHIVE=$PWD/$RELEASE_ARCHIVE" >> $GITHUB_OUTPUT
echo "RELEASE_ARCHIVE=$RELEASE_ARCHIVE" >> $GITHUB_OUTPUT
- name: Release
uses: softprops/action-gh-release@v1
if: matrix.resolver == 'lts-20' && startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 9842c6e

Please sign in to comment.