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
1 changed files with 1 additions and 1 deletions
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…
Reference in a new issue