Skip to content

Commit

Permalink
[TASK] fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
KartoffelToby committed Dec 17, 2021
1 parent bcf559d commit 6f8b8cb
Showing 1 changed file with 2 additions and 2 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/better-thermostat-ui/better-thermostat-ui
cd /home/runner/work/better-thermostat-ui-card/better-thermostat-ui-card
npm install
npm run build
# Upload build file to the releas as an asset.
Expand All @@ -23,7 +23,7 @@ jobs:

with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: /home/runner/work/better-thermostat-ui/better-thermostat-ui/dist/better-thermostat-ui-card.js
file: /home/runner/work/better-thermostat-ui-card/better-thermostat-ui-card/dist/better-thermostat-ui-card.js
asset_name: better-thermostat-ui-card.js
tag: ${{ github.ref }}
overwrite: true
Expand Down

0 comments on commit 6f8b8cb

Please sign in to comment.