Skip to content

Commit cb1ea16

Browse files
Fix: Incorrect repo & property name in update-website-links.yml
1 parent 301acad commit cb1ea16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-website-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
env:
1919
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
2020
run: |
21-
for url in $(gh release view latest --json assets --jq '.assets[].browser_download_url'); do
21+
for url in $(gh release view latest --repo rime/rime-cantonese --json assets --jq '.assets[].url'); do
2222
if [[ $url == *.exe ]]; then
2323
sed -i "s|^VITE_DOWNLOAD_URL_WINDOWS=.*|VITE_DOWNLOAD_URL_WINDOWS=$url|" .env
2424
elif [[ $url == *.pkg ]]; then

0 commit comments

Comments
 (0)