Skip to content

Commit 3a11240

Browse files
committed
Update nightly.yml
1 parent 4a5afe0 commit 3a11240

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ jobs:
5757
shell: pwsh
5858
run: |
5959
$Source_Path="$env:RUNNER_TEMP\source\$env:Project_Name-$env:GITHUB_REF_NAME"
60-
Copy-Item -Path "$Source_Path\_Pack\$env:Project_Name\Resources" -Destination "$env:RUNNER_TEMP\build"
61-
Copy-Item -Path "$Source_Path\Source\runtimes" -Destination "$env:RUNNER_TEMP\build"
60+
Copy-Item -Recurse -Path "$Source_Path\_Pack\$env:Project_Name\Resources" -Destination "$env:RUNNER_TEMP\build"
61+
Copy-Item -Recurse -Path "$Source_Path\Source\runtimes" -Destination "$env:RUNNER_TEMP\build"
6262
6363
- name: Upload Artifact
6464
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)