mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 14:51:11 -06:00
Fix CICD: failed to sign Mac build 1. upload PDB
This commit is contained in:
parent
8ca0d79b05
commit
d7453aa20f
4 changed files with 6 additions and 4 deletions
2
.github/workflows/build_orca.yml
vendored
2
.github/workflows/build_orca.yml
vendored
|
@ -157,7 +157,7 @@ jobs:
|
|||
path: ${{ github.workspace }}/build/OrcaSlicer*.exe
|
||||
|
||||
- name: Upload artifacts Win PDB
|
||||
if: matrix.os == 'windows-latest'
|
||||
if: inputs.os == 'windows-latest'
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: PDB
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue