From 7e23b68272b55f24a37f3f02bd163e37c6a9b04e Mon Sep 17 00:00:00 2001 From: Emanuele Panizio Date: Thu, 30 May 2024 14:55:09 +0200 Subject: [PATCH] update release action --- .github/workflows/release.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1f4a84a..07192ac 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 @@ -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