diff --git a/.github/workflows/nightly-build.yml b/.github/workflows/nightly-build.yml index 1f44778a3..d5ad5440a 100644 --- a/.github/workflows/nightly-build.yml +++ b/.github/workflows/nightly-build.yml @@ -39,7 +39,7 @@ jobs: uses: hustcer/setup-nu@v3.8 if: github.repository == 'nushell/nightly' with: - version: 0.86.0 + version: 0.87.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -143,7 +143,7 @@ jobs: - name: Setup Nushell uses: hustcer/setup-nu@v3.8 with: - version: 0.86.0 + version: 0.87.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -257,7 +257,7 @@ jobs: - name: Setup Nushell uses: hustcer/setup-nu@v3.8 with: - version: 0.86.0 + version: 0.87.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -323,7 +323,7 @@ jobs: - name: Setup Nushell uses: hustcer/setup-nu@v3.8 with: - version: 0.86.0 + version: 0.87.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release-pkg.nu b/.github/workflows/release-pkg.nu index ef0f7d1c9..7c9a9b594 100755 --- a/.github/workflows/release-pkg.nu +++ b/.github/workflows/release-pkg.nu @@ -138,8 +138,6 @@ print $'(char nl)Copying release files...'; hr-line > register ./nu_plugin_query" | save $'($dist)/README.txt' -f [LICENSE $executable] | each {|it| cp -rv $it $dist } | flatten -# Sleep a few seconds to make sure the cp process finished successfully -sleep 3sec print $'(char nl)Check binary release version detail:'; hr-line let ver = if $os == 'windows-latest' { @@ -148,7 +146,7 @@ let ver = if $os == 'windows-latest' { (do -i { ./output/nu -c 'version' }) | str join } if ($ver | str trim | is-empty) { - print $'(ansi r)Incompatible nu binary...(ansi reset)' + print $'(ansi r)Incompatible Nu binary: The binary cross compiled is not runnable on current arch...(ansi reset)' } else { print $ver } # ---------------------------------------------------------------------------- diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e593a5ba8..d485bea65 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -87,7 +87,7 @@ jobs: - name: Setup Nushell uses: hustcer/setup-nu@v3.8 with: - version: 0.86.0 + version: 0.87.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -178,7 +178,7 @@ jobs: - name: Setup Nushell uses: hustcer/setup-nu@v3.8 with: - version: 0.86.0 + version: 0.87.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}