mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-08 14:34:04 -06:00
handle the case when source file and target file is the same file
This commit is contained in:
parent
35ab4c645a
commit
0aebd8d002
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_orca.yml
vendored
2
.github/workflows/build_orca.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue