From d02502e64067efd89d425fd059248f9afd21f9d9 Mon Sep 17 00:00:00 2001 From: huangzhiqiang Date: Sat, 7 Jun 2025 16:16:53 +0800 Subject: [PATCH] update action --- .gitea/workflows/build-ubuntu.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.gitea/workflows/build-ubuntu.yaml b/.gitea/workflows/build-ubuntu.yaml index a2fb39c..f569316 100644 --- a/.gitea/workflows/build-ubuntu.yaml +++ b/.gitea/workflows/build-ubuntu.yaml @@ -165,11 +165,3 @@ jobs: cache-from: type=gha cache-to: type=gha,mode=max - - name: 上传构建产物 - uses: actions/upload-artifact@v4 - with: - name: nginx-binary - path: | - /usr/local/nginx/sbin/nginx - /usr/local/nginx/conf/ - retention-days: 7 \ No newline at end of file