mirror of
https://github.com/MetaCubeX/meta-rules-dat.git
synced 2024-11-10 03:55:35 +08:00
changed running os and show files
This commit is contained in:
parent
0a32b95979
commit
b89e7de536
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -5,7 +5,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build
|
name: Build
|
||||||
runs-on: ubuntu-latest
|
runs-on: macos-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
rule: [geoip, geosite]
|
rule: [geoip, geosite]
|
||||||
|
@ -53,4 +53,9 @@ go run main.go
|
|||||||
mv dlc.dat $V2RAY_FOLDER/geosite.dat
|
mv dlc.dat $V2RAY_FOLDER/geosite.dat
|
||||||
echo -e "${GREEN}>>> Finished geosite.dat ${NC}"
|
echo -e "${GREEN}>>> Finished geosite.dat ${NC}"
|
||||||
|
|
||||||
|
echo -e "\n"
|
||||||
|
echo -e "${GREEN}>>> List $V2RAY_FOLDER files: ${NC}"
|
||||||
|
ls -lah $V2RAY_FOLDER
|
||||||
|
echo -e "\n"
|
||||||
|
|
||||||
echo -e "${GREEN}完成啦!🌈${NC}"
|
echo -e "${GREEN}完成啦!🌈${NC}"
|
||||||
|
Loading…
Reference in New Issue
Block a user