mirror of
https://github.com/MetaCubeX/meta-rules-dat.git
synced 2024-11-10 03:55:35 +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/
|
mv ./*-excluse-list.txt ./publish/
|
||||||
cp -f $GOPATH/src/$GEOSITE_REPO/data/{proxy,direct,reject}list ./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
|
- name: Release dat files
|
||||||
uses: Ricky-Hao/action-release@master
|
uses: Ricky-Hao/action-release@master
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user