Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
karwosts authored Oct 11, 2023
1 parent 9244411 commit 152f67e
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/grocy-chores-card/grocy-chores-card
cd /home/runner/work/lovelace-grocy-chores-card/lovelace-grocy-chores-card
npm install
npm run build
Expand All @@ -24,7 +24,7 @@ jobs:

with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: /home/runner/work/grocy-chores-card/grocy-chores-card/output/grocy-chores-card.js
file: /home/runner/work/lovelace-grocy-chores-card/lovelace-grocy-chores-card/output/grocy-chores-card.js
asset_name: grocy-chores-card-pkg.js
tag: ${{ github.ref }}
overwrite: true

0 comments on commit 152f67e

Please sign in to comment.