build: fix output file name

This commit is contained in:
2026-03-18 21:30:30 +02:00
parent 76a75786c4
commit 09bdaf1be1
3 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ jobs:
release:
uses: chenasraf/workflows/.github/workflows/go-release.yml@master
with:
name: sofmani
name: vstask
homebrew-tap-repo: chenasraf/homebrew-tap
secrets:
REPO_DISPATCH_PAT: ${{ secrets.REPO_DISPATCH_PAT }}

View File

@@ -34,7 +34,7 @@ jobs:
with:
platforms: 'linux/amd64, darwin/amd64, windows/amd64' # , darwin/arm64' # '
package: ''
name: 'sofmani'
name: 'vstask'
compress: 'true'
dest: 'dist'
- name: Upload builds

View File

@@ -63,12 +63,12 @@ fi
echo "Installing to ${INSTALL_DIR} ..."
if ! install -m 0755 "$tmpdir/vstask" "$INSTALL_DIR/sofmani"; then
if ! install -m 0755 "$tmpdir/vstask" "$INSTALL_DIR/vstask"; then
echo "Failed to install vstask to ${INSTALL_DIR}" >&2
exit 1
fi
echo "vstask installed successfully at ${INSTALL_DIR}/sofmani"
echo "vstask installed successfully at ${INSTALL_DIR}/vstask"
case ":$PATH:" in
*":$INSTALL_DIR:"*) : ;; # already in PATH