From 81b5147b5ea3ca912d7f4126ae3a5f0c68d2169f Mon Sep 17 00:00:00 2001 From: SuperLazyDog Date: Tue, 20 Aug 2024 10:59:48 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E7=BC=96=E8=AF=91=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/go.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 8cd4c6a..0e954c0 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -27,7 +27,8 @@ jobs: go-version: '1.20' - name: Build - run: go build -v -o dist/ + # 编译文件 文件名称为 dist/${{ matrix.goos }}_${{ matrix.goarch }}_ + run: go build -v -o dist/natter_${{ matrix.goos }}_${{ matrix.goarch }}_${{ github.event.inputs.VERSION }} env: GOOS: ${{ matrix.goos }} GOARCH: ${{ matrix.goarch }}