From 9b82a3818b2fa11e25b3d4e3011cd5f80f6ee590 Mon Sep 17 00:00:00 2001 From: gfdgd_xi <3025613752@qq.com> Date: Sun, 12 Nov 2023 10:21:06 +0800 Subject: [PATCH] =?UTF-8?q?github=20action=E6=96=B0=E5=A2=9Eace=E6=9E=84?= =?UTF-8?q?=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/auto-building.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/auto-building.yml b/.github/workflows/auto-building.yml index e71938e..f79ae02 100644 --- a/.github/workflows/auto-building.yml +++ b/.github/workflows/auto-building.yml @@ -20,11 +20,16 @@ jobs: cd deep-wine-runner make build mv spark-deepin-wine-runner.deb ~ + mv spark-deepin-wine-runner-ace.deb ~ - name: upload result uses: actions/upload-artifact@v1 with: name: spark-deepin-wine-runner.deb path: /home/runner/spark-deepin-wine-runner.deb - + - name: upload result + uses: actions/upload-artifact@v1 + with: + name: spark-deepin-wine-runner-ace.deb + path: /home/runner/spark-deepin-wine-runner-ace.deb \ No newline at end of file