Skip to content

Commit a74fe9d

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

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,8 +168,8 @@ 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); \
172-
echo ${T_download_url}
171+
T_download_url=$(curl -s https://api.github.com/repos/MemoryShadow/minecraftctl/releases/latest \| grep 'browser_download_url' \| grep amd64.deb); \
172+
echo T_download_url: ${T_download_url}
173173
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%\"*}; \

0 commit comments

Comments
 (0)