From 012b5076a56f245c168b3f75e72566d23224ef07 Mon Sep 17 00:00:00 2001 From: lovezsh Date: Sun, 25 Aug 2024 23:11:39 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E6=AD=A5=E9=AA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/release.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 036f07f..73606e7 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -17,4 +17,9 @@ jobs: - name: 编译 run: | GOOS=linux GOARCH=amd64 go build -o nip cmd/main.go - GOOS=windows GOARCH=amd64 go build -o nip.exe cmd/main.go \ No newline at end of file + GOOS=windows GOARCH=amd64 go build -o nip.exe cmd/main.go + + - name: 上传编译文件 + run: | + ls -la + curl --help all \ No newline at end of file