From 5bd9c67d95a0f9355d5a81a549b6b9aeb265ee29 Mon Sep 17 00:00:00 2001 From: Jonathan Keslin Date: Tue, 7 Jun 2022 18:46:45 +0000 Subject: [PATCH] try again --- .github/workflows/release.yml | 4 ++-- hacs.json | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) 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" }