We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24340fe commit aac655fCopy full SHA for aac655f
.github/workflows/build-toolchain.yml
@@ -214,12 +214,6 @@ jobs:
214
path: build-cache
215
key: ${{ steps.cache_key.outputs.SCCACHE_KEY }}
216
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
-
223
- name: Upload Swift SDK artifact bundle (wasm32-unknown-wasi)
224
uses: actions/upload-artifact@v4
225
with:
0 commit comments