diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 11bd284..569d538 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,6 +31,6 @@ jobs: zip pirateweather.zip -r ./ - name: "Upload the ZIP file to the release" - uses: softprops/action-gh-release@v2.0.8 + uses: softprops/action-gh-release@v2.0.9 with: files: ${{ github.workspace }}/custom_components/pirateweather/pirateweather.zip \ No newline at end of file