Skip to content

Commit

Permalink
ci: copy geodb to package
Browse files Browse the repository at this point in the history
Signed-off-by: PoAn Yang <[email protected]>
  • Loading branch information
FrankYang0529 authored and innobead committed May 3, 2024
1 parent 7265730 commit a6f6c77
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ jobs:
run: |
cp -r ./bin/* ./package/
- name: Copy geodb to package
run: |
cp ./geodb/GeoLite2-City.mmdb ./package/
# For multi-platform support
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit a6f6c77

Please sign in to comment.