File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -772,7 +772,7 @@ jobs:
772772 with :
773773 name : Windows-arm64-installer-online
774774 path : ${{ github.workspace }}/tmp/online/arm64
775-
775+
776776 - uses : actions/download-artifact@v4
777777 with :
778778 name : Windows-amd64-installer-offline
@@ -782,18 +782,18 @@ jobs:
782782 with :
783783 name : Windows-arm64-installer-offline
784784 path : ${{ github.workspace }}/tmp/offline/arm64
785-
785+
786786 - name : Create Release
787787 env :
788788 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
789789 run : |
790790 function upload_installer() {
791791 local input_file=$1
792792 local output_name=$2
793-
793+
794794 mv "${input_file}" "${output_name}"
795795 gh release upload ${{ needs.context.outputs.swift_tag }} "${output_name}" -R ${{ github.repository }}
796-
796+
797797 shasum -a 256 "${output_name}" > "${output_name}.sha256"
798798 gh release upload ${{ needs.context.outputs.swift_tag }} "${output_name}.sha256" -R ${{ github.repository }}
799799 }
@@ -804,7 +804,7 @@ jobs:
804804 else
805805 latest="false"
806806 fi
807-
807+
808808 # Create Release
809809 gh release create ${{ needs.context.outputs.swift_tag }} -R ${{ github.repository }} --latest=${latest}
810810
Original file line number Diff line number Diff line change 218218 debug_info :
219219 required : true
220220 type : boolean
221-
221+
222222 release :
223223 required : true
224224 type : boolean
@@ -3972,7 +3972,6 @@ jobs:
39723972 name : Windows ${{ matrix.arch }} Debugging Tools
39733973
39743974 steps :
3975-
39763975 - uses : actions/checkout@v4.2.2
39773976 with :
39783977 path : ${{ github.workspace }}/SourceCache/ci-build
@@ -5593,7 +5592,7 @@ jobs:
55935592 with :
55945593 name : Windows-${{ matrix.arch }}-installer-offline
55955594 path : ${{ github.workspace }}/BinaryCache/installer/Release/${{ matrix.arch }}/installer.exe
5596-
5595+
55975596 - name : Generate online installer download URL
55985597 if : ${{ inputs.release }}
55995598 id : generate-base-release-download-subcomponent
You can’t perform that action at this time.
0 commit comments