Fix to release uploader.
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
name: Release
|
name: Release
|
||||||
|
|
||||||
on:
|
on:
|
||||||
@@ -14,7 +15,6 @@ jobs:
|
|||||||
# Build
|
# Build
|
||||||
- name: Build the file
|
- name: Build the file
|
||||||
run: |
|
run: |
|
||||||
cd /home/runner/work/frigate-card/frigate-card
|
|
||||||
npm install
|
npm install
|
||||||
npm run build
|
npm run build
|
||||||
|
|
||||||
@@ -24,7 +24,7 @@ jobs:
|
|||||||
|
|
||||||
with:
|
with:
|
||||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
file: /home/runner/work/frigate-card/frigate-card/dist/frigate-card.js
|
file: dist/frigate-card.js
|
||||||
asset_name: frigate-card.js
|
asset_name: frigate-card.js
|
||||||
tag: ${{ github.ref }}
|
tag: ${{ github.ref }}
|
||||||
overwrite: true
|
overwrite: true
|
||||||
Reference in New Issue
Block a user