diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f6a51f9..000f60d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,6 +30,6 @@ jobs: zip rfplayer.zip -r ./ - name: "Upload the ZIP file to the release" - uses: softprops/action-gh-release@v2.0.5 + uses: softprops/action-gh-release@v2.0.8 with: files: ${{ github.workspace }}/custom_components/rfplayer/rfplayer.zip