From d1d8b09c272f2a17ce846bd89cd9b62aa15744e9 Mon Sep 17 00:00:00 2001 From: tsosunchia <59512455+tsosunchia@users.noreply.github.com> Date: Sat, 14 Oct 2023 19:49:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9CI/CD=E8=BE=93=E5=87=BA?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a73c80d..11ae58c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -120,7 +120,7 @@ jobs: if [ ! -z $GOARM ]; then export GOARM=v$GOARM fi - export _NAME="nexttrace_${GOOS}_${GOARCH}${GOARM}" + export _NAME="wscat-go_${GOOS}_${GOARCH}${GOARM}" if [ "$GOOS" == "windows" ]; then export _NAME="$_NAME.exe" fi