Skip to content

Commit f093ba3

Browse files
committed
chore(CI): 尝试排查是否存在初始化不完全的情况 5
1 parent a74fe9d commit f093ba3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,9 @@ jobs:
168168
echo minecraftctl uninstalling...; \
169169
sudo apt remove --purge -y minecraftctl > /dev/null; \
170170
echo minecraftctl Install the latest release...; \
171-
T_download_url=$(curl -s https://api.github.com/repos/MemoryShadow/minecraftctl/releases/latest \| grep 'browser_download_url' \| grep amd64.deb); \
171+
T_download_url=$(curl -s https://api.github.com/repos/MemoryShadow/minecraftctl/releases/latest | grep 'browser_download_url'); \
172172
echo T_download_url: ${T_download_url}
173-
download_url=`curl -s https://api.github.com/repos/MemoryShadow/minecraftctl/releases/latest \| grep 'browser_download_url' \| grep amd64.deb`; \
173+
download_url=`curl -s https://api.github.com/repos/MemoryShadow/minecraftctl/releases/latest | grep 'browser_download_url' | grep amd64.deb`; \
174174
echo download_url: ${download_url}; \
175175
download_url=${download_url#*: \"}; download_url=${download_url%\"*}; \
176176
echo download_url: ${download_url}; \

0 commit comments

Comments
 (0)