mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2026-02-26 16:57:08 +00:00
action: use a more standardized naming format while retaining some compatibility with the old format
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
os="mihomo-linux-"
|
||||
case $TARGETPLATFORM in
|
||||
"linux/amd64")
|
||||
arch="amd64-compatible"
|
||||
arch="amd64-v1"
|
||||
;;
|
||||
"linux/386")
|
||||
arch="386"
|
||||
|
||||
Reference in New Issue
Block a user