Skip to content

Commit

Permalink
Fix directory structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Marc Collin committed Nov 6, 2023
1 parent 01c5e4d commit e6bd3dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
cd /home/runner/work/versatile-thermostat-ui-card/versatile-thermostat-ui-card
npm install --force
npm run build
# Upload build file to the releas as an asset.
# Upload build file to the release as an asset.
- name: Upload zip to release
uses: svenstaro/upload-release-action@v1-release

Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
node_modules
dist
dist/*.js
1 change: 1 addition & 0 deletions dist/empty.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This file is empty and is needed to create the dist directory. Don't remove it.

0 comments on commit e6bd3dc

Please sign in to comment.