Skip to content

Commit

Permalink
Fixed orbit logs destination.
Browse files Browse the repository at this point in the history
  • Loading branch information
getvictor committed Jan 9, 2025
1 parent e7f8ad7 commit 40882fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fleet-and-orbit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ jobs:
if: always()
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
with:
name: orbit-logs
name: orbit-logs-macos
path: |
orbit-logs
Expand Down Expand Up @@ -418,7 +418,7 @@ jobs:
if: always()
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
with:
name: orbit-logs
name: orbit-logs-ubuntu
path: |
orbit-logs
Expand Down

0 comments on commit 40882fc

Please sign in to comment.