Skip to content

Commit ef9a7d5

Browse files
authored
[Packaging] Update the SDK MSI filename (#868)
The SDK MSI filename for the Windows builds is now `sdk.windows.${arch}.msi`. Similarly, the SDK MSI filename for Android is now `sdk.android.${arch}.msi`. In addition, the `rtl.${arch}.msm` does not have a corresponding `.cab` file so it has been removed.
1 parent 8723715 commit ef9a7d5

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/swift-toolchain.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3527,8 +3527,8 @@ jobs:
35273527
with:
35283528
name: sdk-windows-${{ matrix.arch }}-msi
35293529
path: |
3530-
${{ github.workspace }}/BinaryCache/installer/Release/${{ matrix.arch }}/sdk.${{ matrix.arch }}.msi
3531-
${{ github.workspace }}/BinaryCache/installer/Release/${{ matrix.arch }}/sdk.${{ matrix.arch }}.cab
3530+
${{ github.workspace }}/BinaryCache/installer/Release/${{ matrix.arch }}/sdk.windows.${{ matrix.arch }}.msi
3531+
${{ github.workspace }}/BinaryCache/installer/Release/${{ matrix.arch }}/sdk.windows.${{ matrix.arch }}.cab
35323532
- uses: actions/upload-artifact@v4
35333533
with:
35343534
name: rtl-windows-${{ matrix.arch }}-msi
@@ -3540,7 +3540,6 @@ jobs:
35403540
name: rtl-windows-${{ matrix.arch }}-msm
35413541
path: |
35423542
${{ github.workspace }}/BinaryCache/installer/Release/${{ matrix.arch }}/rtl.${{ matrix.arch }}.msm
3543-
${{ github.workspace }}/BinaryCache/installer/Release/${{ matrix.arch }}/rtl.${{ matrix.arch }}.cab
35443543
35453544
package_android_sdk_runtime:
35463545
# TODO: Build this on macOS or make an equivalent Mac-only job
@@ -3627,8 +3626,8 @@ jobs:
36273626
with:
36283627
name: sdk-android-${{ matrix.arch }}-msi
36293628
path: |
3630-
${{ github.workspace }}/BinaryCache/installer/Release/${{ matrix.cpu }}/android_sdk.${{ matrix.cpu }}.msi
3631-
${{ github.workspace }}/BinaryCache/installer/Release/${{ matrix.cpu }}/android_sdk.${{ matrix.cpu }}.cab
3629+
${{ github.workspace }}/BinaryCache/installer/Release/${{ matrix.cpu }}/sdk.android.${{ matrix.cpu }}.msi
3630+
${{ github.workspace }}/BinaryCache/installer/Release/${{ matrix.cpu }}/sdk.android.${{ matrix.cpu }}.cab
36323631
36333632
installer:
36343633
# TODO: Build this on macOS or make an equivalent Mac-only job

0 commit comments

Comments
 (0)