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 39c8841 commit 49e93a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ jobs:
workflow_conclusion: success
name: workspace-${{ steps.strings.outputs.build-key }}
search_artifacts: true
path: ${{ github.workspace }}
if_no_artifact_found: "warn"
path: ${{ steps.strings.outputs.build-output-dir }}
if_no_artifact_found: warn

- name: Install Ubuntu build dependencies
if: matrix.os == 'ubuntu-latest'
Expand Down Expand Up @@ -113,5 +113,5 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: workspace-${{ steps.strings.outputs.build-key }}
path: ${{ github.workspace }}
path: ${{ steps.strings.outputs.build-output-dir }}
retention-days: 7
6 changes: 3 additions & 3 deletions .github/workflows/gn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
workflow_conclusion: success
name: workspace-${{ steps.strings.outputs.build-key }}
search_artifacts: true
path: ${{ github.workspace }}
if_no_artifact_found: "warn"
path: ${{ github.workspace }}/${{ steps.strings.outputs.build-output-dir }}
if_no_artifact_found: warn

- name: Set up checkout
run: |
Expand Down Expand Up @@ -93,5 +93,5 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: workspace-${{ steps.strings.outputs.build-key }}
path: ${{ github.workspace }}
path: ${{ github.workspace }}/${{ steps.strings.outputs.build-output-dir }}
retention-days: 7

0 comments on commit 49e93a5

Please sign in to comment.