From 437cef3e03387c010cceb32f559822b0f46b4d75 Mon Sep 17 00:00:00 2001 From: qydysky Date: Wed, 19 Apr 2023 21:33:46 +0800 Subject: [PATCH] =?utf8?q?Improve=20=E7=BC=A9=E5=B0=8Ftest=E6=89=93?= =?utf8?q?=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0e80d1a..5b4af9d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -53,7 +53,7 @@ jobs: CGO_ENABLED=0 go build -v -buildmode=exe -o demo.run main.go - name: zip - run: zip -q -r ubuntu_go${{ matrix.go }}.zip * + run: zip -q -r ubuntu_go${{ matrix.go }}.zip demo - name: Upload a Build Artifact uses: actions/upload-artifact@v3 @@ -100,7 +100,7 @@ jobs: go build -v -buildmode=exe -o demo.exe main.go - name: zip - run: .\7za.exe a -r .\windows_go${{ matrix.go }}.zip ./ + run: .\7za.exe a -r .\windows_go${{ matrix.go }}.zip ./demo - name: Upload a Build Artifact uses: actions/upload-artifact@v3 -- 2.39.2