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 5ba9fa7 commit 0a203e0Copy full SHA for 0a203e0
.github/workflows/dbip_download.yml
@@ -59,8 +59,9 @@ jobs:
59
git checkout -B generated-source
60
git rm -rf .
61
ls -la
62
- mkdir ip_country
63
- mkdir ip_country/src
+ ls -la ip_country
+# mkdir ip_country
64
+# mkdir ip_country/src
65
mv "${TEMP_DIR}"/dbip_country.rs ip_country/src/dbip_country.rs
66
git add ip_country/src/dbip_country.rs
67
git commit -m "Update generated dbip_country Rust source file"
0 commit comments