Skip to content

Commit

Permalink
warn on missing artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
austinEng authored Nov 7, 2023
1 parent bf67403 commit e411f40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/gn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e411f40

Please sign in to comment.