Skip to content

Commit

Permalink
path fix for action
Browse files Browse the repository at this point in the history
  • Loading branch information
psychogenic committed Dec 4, 2024
1 parent 1a907a0 commit 98058a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
PYTHONPATH="$GITHUB_WORKSPACE/sdk/src/:$PYTHONPATH"
echo "Path is $PYTHONPATH"
for chip in $TT_RUNS_SUPPORTED; do python3 $GITHUB_WORKSPACE/bin/serialize_shuttle.py $GITHUB_WORKSPACE/sdk/src/shuttles/$chip.json; done
for chip in $TT_RUNS_SUPPORTED; do python3 $GITHUB_WORKSPACE/sdk/bin/serialize_shuttle.py $GITHUB_WORKSPACE/sdk/src/shuttles/$chip.json; done
- name: Build the final UF2
run: |
Expand Down

0 comments on commit 98058a6

Please sign in to comment.