File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -175,6 +175,7 @@ self_hosted::create_initial_content() {
175175 mkdir -p /tmp/self-hosted-Windows/toolbox/bin
176176 cp ~ /$SEMAPHORE_GIT_DIR /cache-cli/bin/windows/cache.exe /tmp/self-hosted-Windows/toolbox/bin/cache.exe
177177 cp ~ /$SEMAPHORE_GIT_DIR /sem-context/bin/windows/sem-context.exe /tmp/self-hosted-Windows/toolbox/bin/sem-context.exe
178+ cp ~ /$SEMAPHORE_GIT_DIR /test-results/bin/windows/test-results.exe /tmp/self-hosted-Windows/toolbox/bin/test-results.exe
178179}
179180
180181self_hosted::pack () {
@@ -213,7 +214,6 @@ self_hosted::pack() {
213214 cp ~ /$SEMAPHORE_GIT_DIR /test-results/bin/linux/arm64/test-results /tmp/self-hosted-Linux-arm/toolbox/
214215 cp ~ /$SEMAPHORE_GIT_DIR /test-results/bin/darwin/amd64/test-results /tmp/self-hosted-Darwin/toolbox/
215216 cp ~ /$SEMAPHORE_GIT_DIR /test-results/bin/darwin/arm64/test-results /tmp/self-hosted-Darwin-arm/toolbox/
216- cp ~ /$SEMAPHORE_GIT_DIR /test-results/bin/windows/test-results.exe /tmp/self-hosted-Windows/toolbox/
217217}
218218
219219hosted::pack () {
You can’t perform that action at this time.
0 commit comments