Skip to content

Commit 2ad062e

Browse files
👷 Remove userkit upload & download
1 parent 0bdcd75 commit 2ad062e

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/pr.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,6 @@ jobs:
7777
run: |
7878
xcopy /Y "IL2CPU\source\Cosmos.Core.DebugStub\*.xs" "$($env:USER_KIT_PATH)XSharp\DebugStub\"
7979
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-
8680
# - name: Send test kernels to GITHUB_OUTPUT
8781
# id: testkernels_output
8882
# run: |
@@ -154,12 +148,6 @@ jobs:
154148
repository: CosmosOS/XSharp
155149
path: XSharp
156150

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-
163151
- name: Copy Bochs
164152
run: |
165153
xcopy /Y /S "Cosmos\Resources\Bochs\*.*" "${env:ProgramFiles(x86)}\Bochs-2.6.8\"

0 commit comments

Comments
 (0)