Skip to content

Commit

Permalink
Omit version from released files (#211).
Browse files Browse the repository at this point in the history
  • Loading branch information
01mf02 committed Sep 16, 2024
1 parent 4e3d1d4 commit babc05c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
run: |
EXE_suffix="" ; case ${{ matrix.target }} in *-pc-windows-*) EXE_suffix=".exe" ;; esac
BIN_PATH="target/${{ matrix.target }}/release/${NAME}${EXE_suffix}"
PKG_NAME=${NAME}-${VERSION}-${{ matrix.target }}${EXE_suffix}
PKG_NAME=${NAME}-${{ matrix.target }}${EXE_suffix}
cp ${BIN_PATH} ${PKG_NAME}
echo "PKG_NAME=${PKG_NAME}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit babc05c

Please sign in to comment.