@@ -3731,7 +3731,7 @@ jobs:
3731
3731
-p:WORKAROUND_MIMALLOC_ISSUE_997=false `
3732
3732
-p:ProductVersion=${{ inputs.swift_version }} `
3733
3733
-p:ProductArchitecture=${{ matrix.arch }} `
3734
- ${{ github.workspace }}/SourceCache/swift-installer-scripts/platforms/Windows/bld/bld.wixproj
3734
+ ${{ github.workspace }}/SourceCache/swift-installer-scripts/platforms/Windows/bld/asserts/ bld.asserts .wixproj
3735
3735
3736
3736
- name : Package CLI Tools
3737
3737
run : |
@@ -3744,7 +3744,7 @@ jobs:
3744
3744
-p:ImageRoot=${{ github.workspace }}/BuildRoot/Library/Developer `
3745
3745
-p:ProductVersion=${{ inputs.swift_version }} `
3746
3746
-p:ProductArchitecture=${{ matrix.arch }} `
3747
- ${{ github.workspace }}/SourceCache/swift-installer-scripts/platforms/Windows/cli/cli.wixproj
3747
+ ${{ github.workspace }}/SourceCache/swift-installer-scripts/platforms/Windows/cli/asserts/ cli.asserts .wixproj
3748
3748
3749
3749
- name : Package Debugging Tools
3750
3750
run : |
@@ -3757,7 +3757,7 @@ jobs:
3757
3757
-p:ImageRoot=${{ github.workspace }}/BuildRoot/Library/Developer `
3758
3758
-p:ProductVersion=${{ inputs.swift_version }} `
3759
3759
-p:ProductArchitecture=${{ matrix.arch }} `
3760
- ${{ github.workspace }}/SourceCache/swift-installer-scripts/platforms/Windows/dbg/dbg.wixproj
3760
+ ${{ github.workspace }}/SourceCache/swift-installer-scripts/platforms/Windows/dbg/asserts/ dbg.asserts .wixproj
3761
3761
3762
3762
- name : Package IDE Tools
3763
3763
run : |
@@ -3770,7 +3770,7 @@ jobs:
3770
3770
-p:ImageRoot=${{ github.workspace }}/BuildRoot/Library/Developer `
3771
3771
-p:ProductVersion=${{ inputs.swift_version }} `
3772
3772
-p:ProductArchitecture=${{ matrix.arch }} `
3773
- ${{ github.workspace }}/SourceCache/swift-installer-scripts/platforms/Windows/ide/ide.wixproj
3773
+ ${{ github.workspace }}/SourceCache/swift-installer-scripts/platforms/Windows/ide/asserts/ ide.asserts .wixproj
3774
3774
3775
3775
- name : Package Runtime
3776
3776
run : |
@@ -3793,41 +3793,41 @@ jobs:
3793
3793
uses : actions/attest-build-provenance@v2
3794
3794
with :
3795
3795
subject-path : |
3796
- ${{ github.workspace }}/BinaryCache/installer/Release/${{ matrix.arch }}/bld.msi
3797
- ${{ github.workspace }}/BinaryCache/installer/Release/${{ matrix.arch }}/bld.cab
3798
- ${{ github.workspace }}/BinaryCache/installer/Release/${{ matrix.arch }}/cli.msi
3799
- ${{ github.workspace }}/BinaryCache/installer/Release/${{ matrix.arch }}/cli.cab
3800
- ${{ github.workspace }}/BinaryCache/installer/Release/${{ matrix.arch }}/dbg.msi
3801
- ${{ github.workspace }}/BinaryCache/installer/Release/${{ matrix.arch }}/dbg.cab
3802
- ${{ github.workspace }}/BinaryCache/installer/Release/${{ matrix.arch }}/ide.msi
3803
- ${{ github.workspace }}/BinaryCache/installer/Release/${{ matrix.arch }}/ide.cab
3796
+ ${{ github.workspace }}/BinaryCache/installer/Release/${{ matrix.arch }}/bld.asserts. msi
3797
+ ${{ github.workspace }}/BinaryCache/installer/Release/${{ matrix.arch }}/bld.asserts. cab
3798
+ ${{ github.workspace }}/BinaryCache/installer/Release/${{ matrix.arch }}/cli.asserts. msi
3799
+ ${{ github.workspace }}/BinaryCache/installer/Release/${{ matrix.arch }}/cli.asserts. cab
3800
+ ${{ github.workspace }}/BinaryCache/installer/Release/${{ matrix.arch }}/dbg.asserts. msi
3801
+ ${{ github.workspace }}/BinaryCache/installer/Release/${{ matrix.arch }}/dbg.asserts. cab
3802
+ ${{ github.workspace }}/BinaryCache/installer/Release/${{ matrix.arch }}/ide.asserts. msi
3803
+ ${{ github.workspace }}/BinaryCache/installer/Release/${{ matrix.arch }}/ide.asserts. cab
3804
3804
${{ github.workspace }}/BinaryCache/installer/Release/${{ matrix.arch }}/rtl.msi
3805
3805
${{ github.workspace }}/BinaryCache/installer/Release/${{ matrix.arch }}/rtl.cab
3806
3806
3807
3807
- uses : actions/upload-artifact@v4
3808
3808
with :
3809
- name : Windows-${{ matrix.arch }}-bld-msi
3809
+ name : Windows-${{ matrix.arch }}-bld-asserts- msi
3810
3810
path : |
3811
- ${{ github.workspace }}/BinaryCache/installer/Release/${{ matrix.arch }}/bld.msi
3812
- ${{ github.workspace }}/BinaryCache/installer/Release/${{ matrix.arch }}/bld.cab
3811
+ ${{ github.workspace }}/BinaryCache/installer/Release/${{ matrix.arch }}/bld.asserts. msi
3812
+ ${{ github.workspace }}/BinaryCache/installer/Release/${{ matrix.arch }}/bld.asserts. cab
3813
3813
- uses : actions/upload-artifact@v4
3814
3814
with :
3815
- name : Windows-${{ matrix.arch }}-cli-msi
3815
+ name : Windows-${{ matrix.arch }}-cli-asserts- msi
3816
3816
path : |
3817
- ${{ github.workspace }}/BinaryCache/installer/Release/${{ matrix.arch }}/cli.msi
3818
- ${{ github.workspace }}/BinaryCache/installer/Release/${{ matrix.arch }}/cli.cab
3817
+ ${{ github.workspace }}/BinaryCache/installer/Release/${{ matrix.arch }}/cli.asserts. msi
3818
+ ${{ github.workspace }}/BinaryCache/installer/Release/${{ matrix.arch }}/cli.asserts. cab
3819
3819
- uses : actions/upload-artifact@v4
3820
3820
with :
3821
- name : Windows-${{ matrix.arch }}-dbg-msi
3821
+ name : Windows-${{ matrix.arch }}-dbg-asserts- msi
3822
3822
path : |
3823
- ${{ github.workspace }}/BinaryCache/installer/Release/${{ matrix.arch }}/dbg.msi
3824
- ${{ github.workspace }}/BinaryCache/installer/Release/${{ matrix.arch }}/dbg.cab
3823
+ ${{ github.workspace }}/BinaryCache/installer/Release/${{ matrix.arch }}/dbg.asserts. msi
3824
+ ${{ github.workspace }}/BinaryCache/installer/Release/${{ matrix.arch }}/dbg.asserts. cab
3825
3825
- uses : actions/upload-artifact@v4
3826
3826
with :
3827
- name : Windows-${{ matrix.arch }}-ide-msi
3827
+ name : Windows-${{ matrix.arch }}-ide-asserts- msi
3828
3828
path : |
3829
- ${{ github.workspace }}/BinaryCache/installer/Release/${{ matrix.arch }}/ide.msi
3830
- ${{ github.workspace }}/BinaryCache/installer/Release/${{ matrix.arch }}/ide.cab
3829
+ ${{ github.workspace }}/BinaryCache/installer/Release/${{ matrix.arch }}/ide.asserts. msi
3830
+ ${{ github.workspace }}/BinaryCache/installer/Release/${{ matrix.arch }}/ide.asserts. cab
3831
3831
3832
3832
- uses : actions/upload-artifact@v4
3833
3833
with :
@@ -4208,19 +4208,19 @@ jobs:
4208
4208
4209
4209
- uses : actions/download-artifact@v4
4210
4210
with :
4211
- name : Windows-${{ matrix.arch }}-bld-msi
4211
+ name : Windows-${{ matrix.arch }}-bld-asserts- msi
4212
4212
path : ${{ github.workspace }}/BinaryCache/installer/Release/${{ matrix.arch }}
4213
4213
- uses : actions/download-artifact@v4
4214
4214
with :
4215
- name : Windows-${{ matrix.arch }}-cli-msi
4215
+ name : Windows-${{ matrix.arch }}-cli-asserts- msi
4216
4216
path : ${{ github.workspace }}/BinaryCache/installer/Release/${{ matrix.arch }}
4217
4217
- uses : actions/download-artifact@v4
4218
4218
with :
4219
- name : Windows-${{ matrix.arch }}-dbg-msi
4219
+ name : Windows-${{ matrix.arch }}-dbg-asserts- msi
4220
4220
path : ${{ github.workspace }}/BinaryCache/installer/Release/${{ matrix.arch }}
4221
4221
- uses : actions/download-artifact@v4
4222
4222
with :
4223
- name : Windows-${{ matrix.arch }}-ide-msi
4223
+ name : Windows-${{ matrix.arch }}-ide-asserts- msi
4224
4224
path : ${{ github.workspace }}/BinaryCache/installer/Release/${{ matrix.arch }}
4225
4225
4226
4226
- uses : actions/download-artifact@v4
0 commit comments