Skip to content

Commit 6773c4b

Browse files
committed
Update main.yml
1 parent 9b9894e commit 6773c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
[ "$ARCH" = 'unknown' ] || {
4242
MIHOMO_VER=$(wget -q -O - 'https://github.com/MetaCubeX/mihomo/releases/download/Prerelease-Alpha/version.txt')
4343
# e.g. alpha-3e966e8
44-
MIHOMO_URL='https://github.com/MetaCubeX/mihomo/releases/download/Prerelease-Alpha/mihomo-linux-'$ARCH'-'$MIHOMO_VER'.deb'
44+
MIHOMO_URL='https://github.com/MetaCubeX/mihomo/releases/download/Prerelease-Alpha/mihomo-linux-'$ARCH'-v3-'$MIHOMO_VER'.deb'
4545
# e.g. https://github.com/MetaCubeX/mihomo/releases/download/Prerelease-Alpha/mihomo-linux-amd64-alpha-3e966e8.deb
4646
wget -q -O ./mihomo.deb "$MIHOMO_URL"
4747
sudo apt-get install ./mihomo.deb

0 commit comments

Comments
 (0)