Skip to content

Commit

Permalink
Update run.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbabyboost authored Apr 1, 2023
1 parent ab91bbf commit 028c23f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,13 +244,13 @@ jobs:
- name: Move and zip files and generate sha256 hash
run: |
install -Dp ./geoip.dat ./publish/geoip.dat
install -Dp ./geoip.dat.sha256sum ./publish/geoip.dat.sha256sum
install -Dp ./custom/publish/geosite.dat ./publish/geosite.dat
install -Dp ./geoip.dat ./publish/GeoIP.dat
install -Dp ./geoip.dat.sha256sum ./publish/GeoIP.dat.sha256sum
install -Dp ./custom/publish/geosite.dat ./publish/GeoSitr.dat
cd ./publish || exit 1
zip iptunnels-geosite.zip geoip.dat geosite.dat
sha256sum geosite.dat > geosite.dat.sha256sum
sha256sum iptunnels-geosite.zip > iptunnels-geosite.zip.sha256sum
zip geozip.zip GeoIP.dat GeoSite.dat
sha256sum GeoSite.dat > GeoSite.dat.sha256sum
sha256sum geozip.zip > geozip.zip.sha256sum
- name: Release and upload assets
uses: softprops/[email protected]
Expand Down

0 comments on commit 028c23f

Please sign in to comment.