mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-07 05:54:03 -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
3
.github/workflows/build_all.yml
vendored
3
.github/workflows/build_all.yml
vendored
|
@ -52,4 +52,5 @@ jobs:
|
|||
with:
|
||||
os: ${{ matrix.os }}
|
||||
arch: ${{ matrix.arch }}
|
||||
build-deps-only: ${{ inputs.build-deps-only || false }}
|
||||
build-deps-only: ${{ inputs.build-deps-only || false }}
|
||||
secrets: inherit
|
1
.github/workflows/build_deps.yml
vendored
1
.github/workflows/build_deps.yml
vendored
|
@ -127,4 +127,5 @@ jobs:
|
|||
cache-path: ${{ inputs.cache-path }}
|
||||
os: ${{ inputs.os }}
|
||||
arch: ${{ inputs.arch }}
|
||||
secrets: inherit
|
||||
|
||||
|
|
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
|
||||
|
|
4
.github/workflows/orca_bot.yml
vendored
4
.github/workflows/orca_bot.yml
vendored
|
@ -13,12 +13,12 @@ jobs:
|
|||
- uses: actions/stale@v5
|
||||
with:
|
||||
days-before-issue-stale: 90
|
||||
days-before-issue-close: 14
|
||||
days-before-issue-close: 7
|
||||
operations-per-run: 1000
|
||||
stale-issue-label: "stale"
|
||||
ascending: true
|
||||
stale-issue-message: "GitHub bot: this issue is stale because it has been open for 90 days with no activity."
|
||||
close-issue-message: "GitHub bot: This issue was closed because it has been inactive for 14 days since being marked as stale."
|
||||
close-issue-message: "GitHub bot: This issue was closed because it has been inactive for 7 days since being marked as stale."
|
||||
days-before-pr-stale: -1
|
||||
days-before-pr-close: -1
|
||||
remove-issue-stale-when-updated: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue