Skip to content

Commit

Permalink
更改CI/CD输出文件名
Browse files Browse the repository at this point in the history
  • Loading branch information
tsosunchia committed Oct 14, 2023
1 parent f89aa95 commit d1d8b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d1d8b09

Please sign in to comment.