mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 00:52:04 +00: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
|
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'
|
||||||
|
|||||||
Reference in New Issue
Block a user