diff --git a/.github/workflows/nightly-release-v3.yml b/.github/workflows/nightly-release-v3.yml index b7df38238..728d658f0 100644 --- a/.github/workflows/nightly-release-v3.yml +++ b/.github/workflows/nightly-release-v3.yml @@ -483,7 +483,7 @@ jobs: echo "" echo "**Installation:**" echo "\`\`\`bash" - echo "go install github.com/wailsapp/wails/v3/cmd/wails@${{ steps.release.outputs.tag }}" + echo "go install github.com/wailsapp/wails/v3/cmd/wails3@${{ steps.release.outputs.tag }}" echo "\`\`\`" echo "" echo "**⚠️ Alpha Warning:** This is pre-release software and may contain bugs or incomplete features." @@ -517,7 +517,7 @@ jobs: **Installation:** ```bash - go install github.com/wailsapp/wails/v3/cmd/wails@${{ steps.release.outputs.tag }} + go install github.com/wailsapp/wails/v3/cmd/wails3@${{ steps.release.outputs.tag }} ``` **⚠️ Alpha Warning:** This is pre-release software and may contain bugs or incomplete features. @@ -726,4 +726,4 @@ jobs: if [ "${{ steps.error_summary.outputs.overall_success }}" != "true" ]; then echo "⚠️ Workflow completed with errors. Check the summary above for details." exit 1 - fi \ No newline at end of file + fi diff --git a/v3/UNRELEASED_CHANGELOG.md b/v3/UNRELEASED_CHANGELOG.md index 87d9249ca..f49f62cf9 100644 --- a/v3/UNRELEASED_CHANGELOG.md +++ b/v3/UNRELEASED_CHANGELOG.md @@ -27,6 +27,7 @@ After processing, the content will be moved to the main changelog and this file - Fixed redefinition error for liquid glass demo in [#4542](https://github.com/wailsapp/wails/pull/4542) by @Etesam913 - Fixed issue where AssetServer can crash on MacOS in [#4576](https://github.com/wailsapp/wails/pull/4576) by @jghiloni - Fixed compilation issue when building with NextJs. Fixed in [#4585](https://github.com/wailsapp/wails/pull/4585) by @rev42 +- Fixed pipelines for nightly release in [#4597](https://github.com/wailsapp/wails/pull/4597) by @riadafridishibly ## Deprecated