Fix CICD: failed to sign Mac build 1. upload PDB

This commit is contained in:
SoftFever 2023-11-19 11:23:36 +08:00
parent 8ca0d79b05
commit d7453aa20f
4 changed files with 6 additions and 4 deletions

View file

@ -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

View file

@ -127,4 +127,5 @@ jobs:
cache-path: ${{ inputs.cache-path }}
os: ${{ inputs.os }}
arch: ${{ inputs.arch }}
secrets: inherit

View file

@ -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

View file

@ -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