Skip to content

Commit

Permalink
Fix artifact path typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aniongithub authored Sep 24, 2021
1 parent 020c968 commit cc1792f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: "${JETSON_BUILD_DIR}/Linux_for_Tegra/tools/jetson-nano-2gb.tar.gz"
args: "jetson-nano-2gb.tar.gz"

nano-4gb:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -77,4 +77,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: "${JETSON_BUILD_DIR}/Linux_for_Tegra/tools/jetson-nano.tar.gz"
args: "jetson-nano.tar.gz"

0 comments on commit cc1792f

Please sign in to comment.