Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Akulatraxas authored Oct 5, 2022
1 parent b382584 commit 78b6271
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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/boilerplate-card/boilerplate-card
cd /home/runner/work/ha-dwd-forecast/ha-dwd-forecast
npm install
npm run build
Expand All @@ -24,7 +24,7 @@ jobs:

with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: /home/runner/work/boilerplate-card/boilerplate-card/dist/boilerplate-card.js
asset_name: boilerplate-card.js
file: /home/runner/work/ha-dwd-forecast/ha-dwd-forecast/dist/ha-dwd-forecast.js
asset_name: ha-dwd-forecast.js
tag: ${{ github.ref }}
overwrite: true
overwrite: true

0 comments on commit 78b6271

Please sign in to comment.