diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 37927673..887b7b69 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,6 +47,6 @@ jobs: mv *-win32.win32.x86_64.zip RITE-win32.win32.x86_64-${{ github.event.release.tag_name }}.zip - name: Upload RITE zips to release page - uses: softprops/action-gh-release@v2.0.5 + uses: softprops/action-gh-release@v2.0.8 with: files: tools/rack/rack.product/target/products/*.zip