We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a1f765 commit 561d4f8Copy full SHA for 561d4f8
.github/workflows/cpp-packaging.yml
@@ -46,7 +46,9 @@ jobs:
46
fi
47
48
- name: log if preserving intermediate artifacts
49
- if: ${{ github.event.inputs.preserveIntermediateArtifacts != 0 && github.event.inputs.preserveIntermediateArtifacts != '' }}
+ if: |
50
+ github.event.inputs.preserveIntermediateArtifacts != 0 && github.event.inputs.preserveIntermediateArtifacts != '' &&
51
+ github.event.inputs.downloadPublicVersion == '' && github.event.inputs.downloadPreviousRun == ''
52
run: echo "::warning ::Intermediate artifacts will be preserved."
53
54
build_tools:
0 commit comments