Skip to content

Commit a507c60

Browse files
committed
Getting titles for wokwi sane naming
1 parent 176025d commit a507c60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: get the os
3232
run: |
3333
mkdir $GITHUB_WORKSPACE/sdk/src/shuttles
34-
for chip in $TT_RUNS_SUPPORTED; do wget -O $GITHUB_WORKSPACE/sdk/src/shuttles/$chip.json "https://index.tinytapeout.com/$chip.json?fields=repo,address,commit,clock_hz"; done
34+
for chip in $TT_RUNS_SUPPORTED; do wget -O $GITHUB_WORKSPACE/sdk/src/shuttles/$chip.json "https://index.tinytapeout.com/$chip.json?fields=repo,address,commit,clock_hz,title"; done
3535
# build it
3636
- run: |
3737
pip install uf2utils

0 commit comments

Comments
 (0)