From 6aeb81f9b943bdbd4603eb4f995451a25fd22b3f Mon Sep 17 00:00:00 2001 From: Regev Brody Date: Mon, 6 Feb 2023 20:04:01 +0200 Subject: [PATCH] fix: Icon color wont change with state when on (#110) --- .github/workflows/cd.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index d513a58..1a5804c 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -44,11 +44,10 @@ jobs: r="${r//$'\r'/'%0D'}" # Multiline escape sequences for '\r' echo "::set-output name=RELEASE_BODY::$r" - name: Upload the release file - uses: regevbr/upload-release-action@body + uses: svenstaro/upload-release-action@v2 with: file: dist/* file_glob: true overwrite: true - promote: true body: | ${{ steps.release.outputs.RELEASE_BODY }}