We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6010b41 commit 5ba9fa7Copy full SHA for 5ba9fa7
.github/workflows/dbip_download.yml
@@ -58,6 +58,9 @@ jobs:
58
git config user.email "github-actions[bot]@users.noreply.github.com"
59
git checkout -B generated-source
60
git rm -rf .
61
+ ls -la
62
+ mkdir ip_country
63
+ mkdir ip_country/src
64
mv "${TEMP_DIR}"/dbip_country.rs ip_country/src/dbip_country.rs
65
git add ip_country/src/dbip_country.rs
66
git commit -m "Update generated dbip_country Rust source file"
0 commit comments