diff --git a/.github/workflows/build_and_deploy_web_platform.yml b/.github/workflows/build_and_deploy_web_platform.yml index b5c2da3..3a45c48 100644 --- a/.github/workflows/build_and_deploy_web_platform.yml +++ b/.github/workflows/build_and_deploy_web_platform.yml @@ -47,7 +47,7 @@ jobs: filename: app_creaty-${{ steps.version.outputs.version-number }}-web.zip directory: build/web - name: Release to github - uses: softprops/action-gh-release@v0.1.15 + uses: softprops/action-gh-release@v2.0.5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/.github/workflows/build_and_release_desktop_platforms.yml b/.github/workflows/build_and_release_desktop_platforms.yml index 13ff0f2..7541a85 100644 --- a/.github/workflows/build_and_release_desktop_platforms.yml +++ b/.github/workflows/build_and_release_desktop_platforms.yml @@ -51,7 +51,7 @@ jobs: filename: app_creaty-${{ steps.version.outputs.version-number }}-linux.zip directory: build/linux/x64/release/bundle - name: Release to github - uses: softprops/action-gh-release@v0.1.15 + uses: softprops/action-gh-release@v2.0.5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: @@ -98,7 +98,7 @@ jobs: filename: app_creaty-${{ steps.version.outputs.version-number }}-windows.zip directory: build/windows/runner/Release - name: Release to github - uses: softprops/action-gh-release@v0.1.15 + uses: softprops/action-gh-release@v2.0.5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: @@ -145,7 +145,7 @@ jobs: filename: app_creaty-${{steps.version.outputs.version-number}}-macos.zip directory: build/macos/Build/Products/Release - name: Release to github - uses: softprops/action-gh-release@v0.1.15 + uses: softprops/action-gh-release@v2.0.5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: