fix name typo

This commit is contained in:
2025-01-18 11:36:56 +01:00
parent 5907c5b2be
commit f2116f39ef
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ jobs:
go-version: 1.22.11
- name: Build the executables
run: ./mkrel.sh tablizer ${{ github.ref_name}}
run: ./mkrel.sh gowipe ${{ github.ref_name}}
- name: List the executables
run: ls -l ./releases

View File

@@ -46,7 +46,7 @@ for D in $DIST; do
GOOS=${os} GOARCH=${arch} go build -o ${binfile} -ldflags "-X 'github.com/tlinden/tablizer/cfg.VERSION=${version}'"
mkdir -p ${tardir}
cp ${binfile} README.md LICENSE ${tardir}/
echo 'tool = tablizer
echo 'tool = gowipe
PREFIX = /usr/local
UID = root
GID = 0