From cddcf82a7a39559ecc4587bedf8bb97368642fd9 Mon Sep 17 00:00:00 2001 From: stubenhuang Date: Tue, 15 Aug 2023 20:53:50 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=AF=8F=E5=A4=A9=E5=AE=9A=E6=97=B6?= =?UTF-8?q?=E7=94=9F=E6=88=90Gradle=E7=BC=93=E5=AD=98=20#9319?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/agent.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/agent.yml b/.github/workflows/agent.yml index 7453171dfa6..7644f7530fb 100644 --- a/.github/workflows/agent.yml +++ b/.github/workflows/agent.yml @@ -31,7 +31,7 @@ jobs: ~/.cache/go-build ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('src/agent/go.sum') }} - - run: make clean all + - run: make BUILD_OUT_TAG=out clean all working-directory: src/agent/ - uses: actions/upload-artifact@v3 if: ${{ inputs.upload == 'true' }}