Skip to content

Commit 5ba9fa7

Browse files
committed
move creation of ip_country folder back in
1 parent 6010b41 commit 5ba9fa7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/dbip_download.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ jobs:
5858
git config user.email "github-actions[bot]@users.noreply.github.com"
5959
git checkout -B generated-source
6060
git rm -rf .
61+
ls -la
62+
mkdir ip_country
63+
mkdir ip_country/src
6164
mv "${TEMP_DIR}"/dbip_country.rs ip_country/src/dbip_country.rs
6265
git add ip_country/src/dbip_country.rs
6366
git commit -m "Update generated dbip_country Rust source file"

0 commit comments

Comments
 (0)