1
0
mirror of https://github.com/MetaCubeX/meta-rules-dat.git synced 2025-11-03 17:46:54 +08:00

changed running os and show files

This commit is contained in:
loyalsoldier
2019-12-10 17:04:56 +08:00
parent 0a32b95979
commit b89e7de536
2 changed files with 6 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ on:
jobs:
build:
name: Build
runs-on: ubuntu-latest
runs-on: macos-latest
strategy:
matrix:
rule: [geoip, geosite]

View File

@@ -53,4 +53,9 @@ go run main.go
mv dlc.dat $V2RAY_FOLDER/geosite.dat
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}"