From 0aebd8d002f7e9b2d904b37033941e4644df72e9 Mon Sep 17 00:00:00 2001 From: SoftFever Date: Thu, 25 Jan 2024 21:11:27 +0800 Subject: [PATCH] handle the case when source file and target file is the same file --- .github/workflows/build_orca.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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