From 028c23ff52d54aa54ca1796141fcda190a1daa7c Mon Sep 17 00:00:00 2001 From: bigbabyboost <49628247+bigbabyboost@users.noreply.github.com> Date: Sat, 1 Apr 2023 19:29:25 +0700 Subject: [PATCH] Update run.yml --- .github/workflows/run.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index 3b951ec8bf0..7813d8dcd9e 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -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/action-gh-release@v0.1.15