File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 77
77
run : |
78
78
xcopy /Y "IL2CPU\source\Cosmos.Core.DebugStub\*.xs" "$($env:USER_KIT_PATH)XSharp\DebugStub\"
79
79
80
- - name : Upload User Kit Artifact
81
- uses : actions/upload-artifact@v3
82
- with :
83
- name : cosmos-userkit
84
- path : ${{ env.USER_KIT_PATH }}
85
-
86
80
# - name: Send test kernels to GITHUB_OUTPUT
87
81
# id: testkernels_output
88
82
# run: |
@@ -154,12 +148,6 @@ jobs:
154
148
repository : CosmosOS/XSharp
155
149
path : XSharp
156
150
157
- - name : Download User Kit Artifact
158
- uses : actions/download-artifact@v3
159
- with :
160
- name : cosmos-userkit
161
- path : ${{ env.USER_KIT_PATH }}
162
-
163
151
- name : Copy Bochs
164
152
run : |
165
153
xcopy /Y /S "Cosmos\Resources\Bochs\*.*" "${env:ProgramFiles(x86)}\Bochs-2.6.8\"
You can’t perform that action at this time.
0 commit comments