diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 03d9d432242..48f834aa149 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -65,6 +65,7 @@ jobs: name: workspace-${{ steps.strings.outputs.build-key }} search_artifacts: true path: ${{ steps.strings.outputs.build-output-dir }} + if_no_artifact_found: warn continue-on-error: true - name: Install Ubuntu build dependencies diff --git a/.github/workflows/gn.yml b/.github/workflows/gn.yml index 86491aa6b06..c57cf2fdaae 100644 --- a/.github/workflows/gn.yml +++ b/.github/workflows/gn.yml @@ -52,6 +52,7 @@ jobs: name: workspace-${{ steps.strings.outputs.build-key }} search_artifacts: true path: ${{ github.workspace }}/${{ steps.strings.outputs.build-output-dir }} + if_no_artifact_found: warn continue-on-error: true - name: Set up checkout