Skip to content

Commit

Permalink
fix: action
Browse files Browse the repository at this point in the history
  • Loading branch information
u2x1 committed Dec 26, 2022
1 parent 31b2f2a commit 8bfe55d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,8 @@ jobs:

- name: Set binary path name
run: |
BINARY_PATH="./dist/gcwdr-${{ runner.os }}-ghc-${{ matrix.ghc }}${{ env.EXT }}"
mv ./dist/gcwdr-exe${{ env.EXT }} ${BINARY_PATH}
echo "BINARY_PATH=${BINARY_PATH}" >> $GITHUB_ENV
mv ./dist/gcwdr-exe${{ env.EXT }} ./dist/gcwdr-${{ runner.os }}-ghc-${{ matrix.ghc }}${{ env.EXT }}
echo "BINARY_PATH=./dist/gcwdr-${{ runner.os }}-ghc-${{ matrix.ghc }}${{ env.EXT }}" >> $GITHUB_ENV
- name: Compress binary
uses: svenstaro/[email protected]
Expand Down

0 comments on commit 8bfe55d

Please sign in to comment.