nushell/.github/workflows
Justin Ma 229e8c5fd7
Fix Nu release packages after upgrading to Nu v0.91 (#12119)
<!--
if this PR closes one or more issues, you can automatically link the PR
with
them by using one of the [*linking
keywords*](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword),
e.g.
- this PR should close #xxxx
- fixes #xxxx

you can also mention related issues, PRs or discussions!
-->

# Description
Fix Nu release packages after upgrading to Nu v0.91
`mv` fails here:
https://github.com/nushell/nightly/actions/runs/8199461348/job/22424601700
with error:
```console
Error: nu:🐚:eval_block_with_input

  × Eval block failed with pipeline input
     ╭─[/home/runner/work/nightly/nightly/.github/workflows/release-pkg.nu:158:18]
 157 │ 
 158 │     let files = (ls | get name)
     ·                  ─┬
     ·                   ╰── source value
 159 │     let dest = if $env.RELEASE_TYPE == 'full' { $'($bin)-($version)-($FULL_NAME)' } else { $'($bin)-($version)-($target)' }
     ╰────

Error:   × cannot move '/home/runner/work/nightly/nightly/output/nu' to a
  │ subdirectory of itself, '/home/runner/work/nightly/nightly/output/nu-
  │ 0.91.1-x86_64-unknown-linux-gnu//home/runner/work/nightly/nightly/output/
  │ nu'
```
Is this a bug of `mv`? At least the `mv` command in 0.90.1 works
2024-03-08 14:36:08 +08:00
..
audit.yml Bump actions/checkout from 3 to 4 (#10308) 2023-09-11 09:54:22 +00:00
ci.yml hide std testing (#11331) 2024-01-25 12:50:07 +02:00
nightly-build.yml Upgrade Nu to v0.91 for release and nightly workflow (#12114) 2024-03-08 12:50:22 +08:00
release-pkg.nu Fix Nu release packages after upgrading to Nu v0.91 (#12119) 2024-03-08 14:36:08 +08:00
release.yml Upgrade Nu to v0.91 for release and nightly workflow (#12114) 2024-03-08 12:50:22 +08:00
typos.yml Bump crate-ci/typos from 1.18.2 to 1.19.0 (#12059) 2024-03-04 13:13:08 +00:00
winget-submission.yml Update winget submission workflow include only default msi files (#10487) 2023-09-24 07:52:10 -05:00