Skip to content

Commit aac655f

Browse files
Remove toolchain archive upload step
1 parent 24340fe commit aac655f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build-toolchain.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -214,12 +214,6 @@ jobs:
214214
path: build-cache
215215
key: ${{ steps.cache_key.outputs.SCCACHE_KEY }}
216216

217-
- name: Upload ${{ matrix.target }} installable archive
218-
uses: actions/upload-artifact@v4
219-
with:
220-
name: ${{ matrix.target }}-${{ matrix.scheme }}-installable
221-
path: swift-wasm-${{ matrix.toolchain_channel }}-SNAPSHOT-${{ matrix.target }}.tar.gz
222-
223217
- name: Upload Swift SDK artifact bundle (wasm32-unknown-wasi)
224218
uses: actions/upload-artifact@v4
225219
with:

0 commit comments

Comments
 (0)