mirror of
https://github.com/Loyalsoldier/v2ray-rules-dat.git
synced 2024-11-10 02:55:34 +08:00
Add sha256 hash
This commit is contained in:
parent
4ab899863e
commit
b7682d5846
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -115,6 +115,11 @@ jobs:
|
||||
mv ./*-excluse-list.txt ./publish/
|
||||
cp -f $GOPATH/src/$GEOSITE_REPO/data/{proxy,direct,reject}list ./publish/
|
||||
|
||||
- name: Generate dat files sha256 hash
|
||||
run: |
|
||||
sha256sum ./publish/geoip.dat > ./publish/geoip.dat.sha256
|
||||
sha256sum ./publish/geosite.dat > ./publish/geosite.dat.sha256
|
||||
|
||||
- name: Release dat files
|
||||
uses: Ricky-Hao/action-release@master
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user