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
This commit is contained in:
lane.wei 2023-07-22 14:52:33 +08:00 committed by Lane.Wei
parent c032663fd2
commit e9e44225f9

View File

@ -40,11 +40,11 @@ jobs:
run: ./BuildLinux.sh -ir run: ./BuildLinux.sh -ir
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v3
with: with:
name: BambuStudio_Linux name: BambuStudio_Linux_ubu64_20.04
path: './build/BambuStudio_ubu64.AppImage' path: './build/BambuStudio_ubu64.AppImage'
appimage-builder-u2004: appimage-builder-using-container:
name: Linux AppImage Build Ubuntu 20.04 name: Linux AppImage Build Ubuntu 20.04 using container
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -113,5 +113,5 @@ jobs:
podman rm bambu-studio-builder podman rm bambu-studio-builder
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v3
with: with:
name: BambuStudio_Linux name: BambuStudio_Linux_ubu64_using_container
path: './BambuStudio_ubu64.AppImage' path: './BambuStudio_ubu64.AppImage'