Skip to content

Commit

Permalink
fix variable syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Tang committed Jul 10, 2024
1 parent c42fb92 commit 3cb7e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/target_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: code-coverage-report
path: "$JUNIT_OUTPUT"
path: ${{ env.JUNIT_OUTPUT }}

0 comments on commit 3cb7e6b

Please sign in to comment.