From 72218069fe07092a2c7df61b4acf5c1040d10384 Mon Sep 17 00:00:00 2001 From: DaiYu-233 <840673183@qq.com> Date: Sat, 31 Aug 2024 12:15:06 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20=E8=87=AA=E5=8A=A8=E5=8F=91?= =?UTF-8?q?=E5=B8=83=E6=96=87=E4=BB=B6=E5=90=8D=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6aa68b1..8e804f8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -120,9 +120,9 @@ jobs: - name: Build run: | cd ./YMCL.Main - pupnet -r win-x64 -k setup -y -o YMCL.Main.x64.installer.exe --app-version ${{ needs.time.outputs.y }}.${{ needs.time.outputs.md }}.${{ needs.time.outputs.hm }} - pupnet -r win-x86 -k setup -y -o YMCL.Main.x86.installer.exe --app-version ${{ needs.time.outputs.y }}.${{ needs.time.outputs.md }}.${{ needs.time.outputs.hm }} - pupnet -r win-arm64 -k setup -y -o YMCL.Main.arm64.installer.exe --app-version ${{ needs.time.outputs.y }}.${{ needs.time.outputs.md }}.${{ needs.time.outputs.hm }} + pupnet -r win-x64 -k setup -y -o YMCL.Main.win.x64.installer.exe --app-version ${{ needs.time.outputs.y }}.${{ needs.time.outputs.md }}.${{ needs.time.outputs.hm }} + pupnet -r win-x86 -k setup -y -o YMCL.Main.win.x86.installer.exe --app-version ${{ needs.time.outputs.y }}.${{ needs.time.outputs.md }}.${{ needs.time.outputs.hm }} + pupnet -r win-arm64 -k setup -y -o YMCL.Main.win.arm64.installer.exe --app-version ${{ needs.time.outputs.y }}.${{ needs.time.outputs.md }}.${{ needs.time.outputs.hm }} - name: UploadArtifacts uses: actions/upload-artifact@v3 with: