mirror of
https://github.com/MetaCubeX/meta-rules-dat.git
synced 2024-11-10 03:55:35 +08:00
show more dir info
This commit is contained in:
parent
3d60ebfe4a
commit
b716301e40
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -47,7 +47,7 @@ jobs:
|
|||||||
- name: Upload dat files to release
|
- name: Upload dat files to release
|
||||||
uses: svenstaro/upload-release-action@v1-release
|
uses: svenstaro/upload-release-action@v1-release
|
||||||
with:
|
with:
|
||||||
file: v2ray/${{ matrix.artifact_name }}
|
file: $GITHUB_WORKSPACE/v2ray-rules-dat/v2ray/${{ matrix.artifact_name }}
|
||||||
asset_name: ${{ matrix.asset_name }}
|
asset_name: ${{ matrix.asset_name }}
|
||||||
tag: latest
|
tag: latest
|
||||||
overwrite: true
|
overwrite: true
|
||||||
|
@ -53,6 +53,14 @@ 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 "${GREEN}>>> List $GITHUB_WORKSPACE files: ${NC}"
|
||||||
|
ls -lah $GITHUB_WORKSPACE
|
||||||
|
echo -e "\n"
|
||||||
|
|
||||||
|
echo -e "${GREEN}>>> List $GOPATH files: ${NC}"
|
||||||
|
ls -lah $GOPATH
|
||||||
|
echo -e "\n"
|
||||||
|
|
||||||
echo -e "\n"
|
echo -e "\n"
|
||||||
echo -e "${GREEN}>>> List $V2RAY_FOLDER files: ${NC}"
|
echo -e "${GREEN}>>> List $V2RAY_FOLDER files: ${NC}"
|
||||||
ls -lah $V2RAY_FOLDER
|
ls -lah $V2RAY_FOLDER
|
||||||
|
Loading…
Reference in New Issue
Block a user