mirror of
https://github.com/Loyalsoldier/v2ray-rules-dat.git
synced 2024-11-10 15:05:38 +08:00
Add dat files sha256 hash
This commit is contained in:
parent
b7682d5846
commit
6ea061c134
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -117,8 +117,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Generate dat files sha256 hash
|
- name: Generate dat files sha256 hash
|
||||||
run: |
|
run: |
|
||||||
sha256sum ./publish/geoip.dat > ./publish/geoip.dat.sha256
|
cd ./publish
|
||||||
sha256sum ./publish/geosite.dat > ./publish/geosite.dat.sha256
|
sha256sum geoip.dat > geoip.dat.sha256
|
||||||
|
sha256sum geosite.dat > geosite.dat.sha256
|
||||||
|
|
||||||
- name: Release dat files
|
- name: Release dat files
|
||||||
uses: Ricky-Hao/action-release@master
|
uses: Ricky-Hao/action-release@master
|
||||||
|
Loading…
Reference in New Issue
Block a user