We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9169e6a commit 25e33ddCopy full SHA for 25e33dd
.github/workflows/nightly-build.yml
@@ -107,7 +107,7 @@ jobs:
107
# TODO: Remove the following a few lines after the test
108
git fetch origin
109
if ((git branch -r) =~ feature/latest) {
110
- let assets = [.github/workflows/release-pkg.nu]
+ let assets = [.github/workflows/release-pkg.nu crates/nu-command/src/network/http/resolver.rs]
111
print $'Checking out the latest changes from (ansi g)feature/latest(ansi reset):'
112
print $assets
113
git checkout origin/feature/latest ...$assets
0 commit comments