Skip to content

Commit 1750f7b

Browse files
issue with script location
1 parent 52f7ad0 commit 1750f7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- name: update json
8282
run: |
8383
sudo apt-get install python3 -y
84-
sudo python3 gen-update-json.py --release-tag ${{ env.VERSIONTAG }}
84+
sudo python3 gen_data/gen-update-json.py --release-tag ${{ env.VERSIONTAG }}
8585
set +e
8686
git config user.name github-actions[bot]
8787
git config user.email 41898282+github-actions[bot]@users.noreply.github.com

0 commit comments

Comments
 (0)