From b94d6ae84d621b768858d99c365f3938d1c0bc6c Mon Sep 17 00:00:00 2001 From: Coloryr <402067010@qq.com> Date: Mon, 6 May 2024 16:37:15 +0800 Subject: [PATCH] Update dotnet-build.yml --- .github/workflows/dotnet-build.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/dotnet-build.yml b/.github/workflows/dotnet-build.yml index 174125965..e12a056a9 100644 --- a/.github/workflows/dotnet-build.yml +++ b/.github/workflows/dotnet-build.yml @@ -61,16 +61,16 @@ jobs: sudo -u builder ./build/build-linux.sh && \ sudo -u builder ./build/build-arch.sh" - - name: 上传 linux-x86_64.pkg.tar.zst - uses: actions/upload-artifact@v4 - with: - name: "colormc-arch-x86_64" - path: build_out/colormc-${{ env.MAINVERSION }}${{ env.VERSION }}-1-x86_64.pkg.tar.zst + # - name: 上传 linux-x86_64.pkg.tar.zst + # uses: actions/upload-artifact@v4 + # with: + # name: "colormc-arch-x86_64" + # path: build_out/colormc-${{ env.MAINVERSION }}${{ env.VERSION }}-1-x86_64.pkg.tar.zst - name: 上传 linux-x86_64 uses: actions/upload-artifact@v4 with: - name: "colormc-arch-x86_64" + name: "colormc-build" path: src/build_out/** # - name: 上传 linux-x86-aot.pkg.tar.zst