Skip to content

Commit

Permalink
Update run.yml
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
bigbabyboost authored Apr 1, 2023
1 parent 028c23f commit 101177d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ jobs:
run: |
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
install -Dp ./custom/publish/geosite.dat ./publish/GeoSite.dat
cd ./publish || exit 1
zip geozip.zip GeoIP.dat GeoSite.dat
sha256sum GeoSite.dat > GeoSite.dat.sha256sum
Expand Down

0 comments on commit 101177d

Please sign in to comment.