From e45e129a9adaf9dc1e7e3c95d44ccc146cc80198 Mon Sep 17 00:00:00 2001 From: Liujian <824010343@qq.com> Date: Wed, 3 Jul 2024 09:52:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9docker=E7=BC=96=E8=AF=91actio?= =?UTF-8?q?n=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/actions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index 958c4db8..6f96e451 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -50,7 +50,7 @@ jobs: - name: Pack #运行打包脚本并且将生成的tar包复制至Dockerfile所在目录 run: | ./build/cmd/package.sh ${{ steps.vars.outputs.tag }} - cp ./out/apinto_${{ steps.vars.outputs.tag }}.linux.amd64.tar.gz ./build/resources/apinto.linux.x64.tar.gz + cp ./out/apinto_${{ steps.vars.outputs.tag }}_linux_amd64.tar.gz ./build/resources/apinto.linux.x64.tar.gz - name: Login Docker #登录docker uses: docker/login-action@v1 with: