From 9842c6e440128d1c283e5ad9d9ef25752e52037e Mon Sep 17 00:00:00 2001 From: Alexey Kuleshevich Date: Sun, 5 Feb 2023 18:43:49 +0300 Subject: [PATCH] Attempt to use relative path --- .github/workflows/haskell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 6a36640..26778cd 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -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/')