From e6bd3dc66bee982e50e4e9571a517ed5927cb99c Mon Sep 17 00:00:00 2001 From: Jean-Marc Collin Date: Mon, 6 Nov 2023 10:18:58 +0100 Subject: [PATCH] Fix directory structure --- .github/workflows/release.yml | 2 +- .gitignore | 2 +- dist/empty.txt | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 dist/empty.txt diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fff0824..c8e3f56 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/.gitignore b/.gitignore index 76add87..ac04d3f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ node_modules -dist \ No newline at end of file +dist/*.js \ No newline at end of file diff --git a/dist/empty.txt b/dist/empty.txt new file mode 100644 index 0000000..5c719a3 --- /dev/null +++ b/dist/empty.txt @@ -0,0 +1 @@ +This file is empty and is needed to create the dist directory. Don't remove it. \ No newline at end of file