mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-04-06 00:32:05 +02:00
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:
8
.github/workflows/build_ubuntu.yml
vendored
8
.github/workflows/build_ubuntu.yml
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user