From e9e44225f9de470fa4a95cee4b3ebfa7bb2346f3 Mon Sep 17 00:00:00 2001 From: "lane.wei" Date: Sat, 22 Jul 2023 14:52:33 +0800 Subject: [PATCH] ENH: linux: set the two buildings to different names current the name are the same just add some string to different them Change-Id: Ie90c0595a1240e7739a7fc0b0c45f0db1341314b --- .github/workflows/build_ubuntu.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_ubuntu.yml b/.github/workflows/build_ubuntu.yml index b61a7147d..b3fb62d5d 100644 --- a/.github/workflows/build_ubuntu.yml +++ b/.github/workflows/build_ubuntu.yml @@ -40,11 +40,11 @@ jobs: run: ./BuildLinux.sh -ir - uses: actions/upload-artifact@v3 with: - name: BambuStudio_Linux + name: BambuStudio_Linux_ubu64_20.04 path: './build/BambuStudio_ubu64.AppImage' - appimage-builder-u2004: - name: Linux AppImage Build Ubuntu 20.04 + appimage-builder-using-container: + name: Linux AppImage Build Ubuntu 20.04 using container runs-on: ubuntu-latest @@ -113,5 +113,5 @@ jobs: podman rm bambu-studio-builder - uses: actions/upload-artifact@v3 with: - name: BambuStudio_Linux + name: BambuStudio_Linux_ubu64_using_container path: './BambuStudio_ubu64.AppImage'