diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8c31228d..55747a19 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: # Build - name: Build the file run: | - cd /home/runner/work/lovelace-hourly-weather + cd /home/runner/work/lovelace-hourly-weather/lovelace-hourly-weather npm install npm run build @@ -24,7 +24,7 @@ jobs: with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: /home/runner/work/lovelace-hourly-weather/dist/hourly-weather.js + file: /home/runner/work/lovelace-hourly-weather/lovelace-hourly-weather/dist/hourly-weather.js asset_name: hourly-weather.js tag: ${{ github.ref }} overwrite: true diff --git a/hacs.json b/hacs.json index 6c30eda5..bbb06485 100644 --- a/hacs.json +++ b/hacs.json @@ -1,4 +1,5 @@ { "name": "Hourly Weather Card", - "render_readme": true + "render_readme": true, + "filename": "hourly-weather.js" }