mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-08 06:08:20 -05:00
add automatic download of newest geolocation database to build action
This commit is contained in:
parent
5c3b792f17
commit
b911a67287
5
.github/workflows/build_application.yml
vendored
5
.github/workflows/build_application.yml
vendored
@ -164,6 +164,11 @@ jobs:
|
|||||||
curl -s "$url" -o "$filePath"
|
curl -s "$url" -o "$filePath"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
- name: Download geolocation database
|
||||||
|
run: |
|
||||||
|
mkdir -p ${{ env.outputFolder }}/Resources
|
||||||
|
curl -s https://github.com/P3TERX/GeoLite.mmdb/raw/download/GeoLite2-Country.mmdb -o ${{ env.outputFolder }}/Resources/GeoLite2-Country.mmdb --clobber
|
||||||
|
|
||||||
- name: Clean up publish files
|
- name: Clean up publish files
|
||||||
run: |
|
run: |
|
||||||
chmod +x ${{ github.workspace }}/Application/BuildScripts/PostBuild.sh
|
chmod +x ${{ github.workspace }}/Application/BuildScripts/PostBuild.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user