From ea452ebd6c6ba088c33cc5289442f991cccdbf22 Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Tue, 17 Aug 2021 20:59:30 -0700 Subject: [PATCH] Fix to release uploader. --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 72a5f64a..cb97e822 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,3 +1,4 @@ +--- name: Release on: @@ -14,7 +15,6 @@ jobs: # Build - name: Build the file run: | - cd /home/runner/work/frigate-card/frigate-card npm install npm run build @@ -24,7 +24,7 @@ jobs: with: 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 tag: ${{ github.ref }} - overwrite: true \ No newline at end of file + overwrite: true