Skip to content

Commit

Permalink
add geo-mmdb into build action (test)
Browse files Browse the repository at this point in the history
  • Loading branch information
lengran committed Mar 22, 2024
1 parent f24bdf5 commit dfc7284
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ name: Build plugin
on:
push:
branches: [ "main" ]
paths:
- '**.cs'
- '**.csproj'
# paths:
# - '**.cs'
# - '**.csproj'
pull_request:
branches: [ "main" ]
paths:
- '**.cs'
- '**.csproj'
# paths:
# - '**.cs'
# - '**.csproj'
release:
types:
- created
Expand All @@ -37,6 +37,7 @@ jobs:
mv ./bin/Debug/net7.0/MaxMind.GeoIP2.dll output/OpenPrefirePrac/
mv ./maps output/OpenPrefirePrac/
mv ./lang output/OpenPrefirePrac/
wget https://github.com/P3TERX/GeoLite.mmdb/raw/download/GeoLite2-Country.mmdb -P output/OpenPrefirePrac/
- name: Publish artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit dfc7284

Please sign in to comment.