mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-06 08:06:06 +08:00
Preventing nested zipping of the portable Windows build (#7950)
* Update build_orca.yml
Preventing nested zipping of the portable Windows build. 😊
* Update build_orca.yml
* uncommented lines 180-184
This commit is contained in:
parent
7a5746b1ae
commit
251887004f
2
.github/workflows/build_orca.yml
vendored
2
.github/workflows/build_orca.yml
vendored
@ -194,7 +194,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: OrcaSlicer_Windows_${{ env.ver }}_portable
|
||||
path: ${{ github.workspace }}/build/OrcaSlicer_Windows_${{ env.ver }}_portable.zip
|
||||
path: ${{ github.workspace }}/build/OrcaSlicer
|
||||
|
||||
- name: Upload artifacts Win installer
|
||||
if: inputs.os == 'windows-latest'
|
||||
|
Loading…
x
Reference in New Issue
Block a user