diff --git a/.github/workflows/fonts/DS-DIGII.TTF b/.github/workflows/fonts/DS-DIGII.TTF new file mode 100755 index 0000000..2aae3d8 Binary files /dev/null and b/.github/workflows/fonts/DS-DIGII.TTF differ diff --git a/.github/workflows/fonts/LEDCalculator.ttf b/.github/workflows/fonts/LEDCalculator.ttf new file mode 100755 index 0000000..f592999 Binary files /dev/null and b/.github/workflows/fonts/LEDCalculator.ttf differ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1aec470..879afb4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,10 @@ jobs: with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: dist/ampli-panel-card.js + files: | + dist/ampli-panel-card.js + fonts/DS-DIGII.TTF + fonts/LEDCalculator.ttf asset_name: ampli-panel-card.js tag: ${{ github.ref }} overwrite: true \ No newline at end of file