diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4b219ad9e..6008ae477 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -48,7 +48,7 @@ jobs: mkdir assets mv tools/macos_build/installer/* assets/ - name: Upload release assets. - uses: softprops/action-gh-release@v3.0.1 + uses: softprops/action-gh-release@v3.0.2 if: github.event_name == 'release' && github.event.action == 'published' with: files: ${{ env.FASTSURFER_DIR }}/assets/*