diff --git a/.github/workflows/build_orca.yml b/.github/workflows/build_orca.yml index c51ca95cd2..745bc52897 100644 --- a/.github/workflows/build_orca.yml +++ b/.github/workflows/build_orca.yml @@ -242,7 +242,7 @@ jobs: shell: bash run: | ./BuildLinux.sh -isr - mv ./build/OrcaSlicer_Linux_V${{ env.ver_pure }}.AppImage ./build/OrcaSlicer_Linux_${{ env.ver }}.AppImage + mv -n ./build/OrcaSlicer_Linux_V${{ env.ver_pure }}.AppImage ./build/OrcaSlicer_Linux_${{ env.ver }}.AppImage chmod +x ./build/OrcaSlicer_Linux_${{ env.ver }}.AppImage - name: Upload artifacts Ubuntu