Skip to content

Commit

Permalink
update release action
Browse files Browse the repository at this point in the history
  • Loading branch information
panc86 committed May 30, 2024
1 parent 8860085 commit 7e23b68
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ jobs:

- name: Build gazetteer
run: |
mkdir -p ./data
poetry run python -B build.py
poetry run python -B src/main.py
- name: Changelog
uses: scottbrenner/generate-changelog-action@master
id: Changelog
Expand All @@ -67,6 +66,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./data/gazetteer.json.zip
asset_path: ./src/data/gazetteer.json.zip
asset_name: gazetteer.json.zip
asset_content_type: application/zip

0 comments on commit 7e23b68

Please sign in to comment.