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: