Skip to content

Commit 0a203e0

Browse files
committed
investigating folders
1 parent 5ba9fa7 commit 0a203e0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/dbip_download.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,9 @@ jobs:
5959
git checkout -B generated-source
6060
git rm -rf .
6161
ls -la
62-
mkdir ip_country
63-
mkdir ip_country/src
62+
ls -la ip_country
63+
# mkdir ip_country
64+
# mkdir ip_country/src
6465
mv "${TEMP_DIR}"/dbip_country.rs ip_country/src/dbip_country.rs
6566
git add ip_country/src/dbip_country.rs
6667
git commit -m "Update generated dbip_country Rust source file"

0 commit comments

Comments
 (0)