Skip to content

Commit

Permalink
ci: Provide geonames database as GitHub release asset
Browse files Browse the repository at this point in the history
  • Loading branch information
jvanbruegge committed Jul 6, 2024
1 parent 01706cc commit 5d496a7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ jobs:
with:
name: release-apk-signed

- name: Download Geonames database
run: |
curl https://raw.githubusercontent.com/immich-app/base-images/main/server/bin/download-geodata.sh | bash
zip -r geodata.zip geodata/*
- name: Create draft release
uses: softprops/action-gh-release@v2
with:
Expand All @@ -86,4 +91,5 @@ jobs:
docker/hwaccel.ml.yml
docker/hwaccel.transcoding.yml
docker/prometheus.yml
geodata.zip
*.apk

0 comments on commit 5d496a7

Please sign in to comment.