Skip to content

Commit e35b9fd

Browse files
committed
chore: Update nightly workflow for feature/latest changes
1 parent 933ec3b commit e35b9fd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/nightly-build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,10 @@ jobs:
104104
# TODO: Remove the following a few lines after the test
105105
git fetch origin
106106
if ((git branch -r) =~ feature/latest) {
107-
git checkout origin/feature/feature/latest wix/main.wxs
107+
let assets = [wix/main.wxs]
108+
print $'Checking out the latest changes from (ansi g)feature/latest(ansi reset):'
109+
print $assets
110+
git checkout origin/feature/latest ...$assets
108111
}
109112
# ----------- REMOVE END OF TESTING ------------------
110113
git add .

0 commit comments

Comments
 (0)