-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4062751
commit 97b9e34
Showing
4 changed files
with
272 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,9 +32,10 @@ jobs: | |
if: steps.build.outputs.skip != 'true' | ||
run: | | ||
sha256sum geoip.db > geoip.db.sha256sum | ||
sha256sum geoip-cn.db > geoip-cn.db.sha256sum | ||
- uses: dev-drprasad/[email protected] | ||
with: | ||
keep_latest: 10 | ||
keep_latest: 3 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
- name: Release geoip | ||
|
@@ -44,4 +45,6 @@ jobs: | |
tag_name: ${{ steps.build.outputs.tag }} | ||
files: | | ||
geoip.db | ||
geoip.db.sha256sum | ||
geoip.db.sha256sum | ||
geoip-cn.db | ||
geoip-cn.db.sha256sum |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.