Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
decompil3d committed Jun 7, 2022
1 parent 2d5d518 commit 5bd9c67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
3 changes: 2 additions & 1 deletion hacs.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "Hourly Weather Card",
"render_readme": true
"render_readme": true,
"filename": "hourly-weather.js"
}

0 comments on commit 5bd9c67

Please sign in to comment.