Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
austinEng authored Nov 7, 2023
1 parent 49e93a5 commit 9558018
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +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
if_no_artifact_found: ignore

- name: Install Ubuntu build dependencies
if: matrix.os == 'ubuntu-latest'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +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
if_no_artifact_found: ignore

- name: Set up checkout
run: |
Expand Down

0 comments on commit 9558018

Please sign in to comment.