Skip to content

Commit

Permalink
Fix artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
f0reachARR committed Nov 1, 2024
1 parent a77e7c5 commit c56e0f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: jammy-ros2
path: "*.gz"
path: "out/*.gz"

build-noble:
needs: changes
Expand All @@ -60,4 +60,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: noble-ros2
path: "*.gz"
path: "out/*.gz"

0 comments on commit c56e0f6

Please sign in to comment.