From da9fd9690d8224d5f892d762146b89fb01f22a64 Mon Sep 17 00:00:00 2001 From: Riad Afridi Shibly <33845381+riadafridishibly@users.noreply.github.com> Date: Wed, 24 Sep 2025 11:45:49 +0600 Subject: [PATCH] fix: v3-alpha wails3 cli installation path (#4597) * fix: v3-alpha wails3 cli installation path * Update Changelog --------- Co-authored-by: Lea Anthony --- .github/workflows/nightly-release-v3.yml | 6 +++--- v3/UNRELEASED_CHANGELOG.md | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) 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