Skip to content

Commit 275d7cf

Browse files
committed
Replace missing 'if' in downloadPreviousRun case.
1 parent f7da55b commit 275d7cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cpp-packaging.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,7 @@ jobs:
418418
steps:
419419
- name: fetch artifact from previous run
420420
uses: dawidd6/action-download-artifact@v2
421+
if: ${{ github.event.inputs.downloadPreviousRun != '' }}
421422
with:
422423
name: 'firebase_cpp_sdk.zip'
423424
workflow: 'cpp-packaging.yml'

0 commit comments

Comments
 (0)