mirror of
https://github.com/Loyalsoldier/v2ray-rules-dat.git
synced 2024-11-10 02:55:34 +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:
|
||||
build:
|
||||
name: Build
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: macos-latest
|
||||
strategy:
|
||||
matrix:
|
||||
rule: [geoip, geosite]
|
||||
|
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user