File tree Expand file tree Collapse file tree 1 file changed +20
-3
lines changed Expand file tree Collapse file tree 1 file changed +20
-3
lines changed Original file line number Diff line number Diff line change 8080 if : matrix.target
8181 run : |
8282 mv core/tsc-dyn.${{ matrix.ext }} core/tsc-dyn.${{ matrix.target }}.${{ matrix.ext }}
83+
8384 - name : Make a target-explicit copy of native-build's binary
8485 if : ${{ !matrix.target && matrix.host }}
8586 shell : bash
8990 - name : Upload binary
9091 uses : actions/upload-artifact@v4
9192 with :
92- name : tsc-dyn
93+ name : tsc-dyn.${{ matrix.host }}
9394 path : core/tsc-dyn.*${{ matrix.ext }}
9495 if-no-files-found : error
9596
@@ -106,10 +107,26 @@ jobs:
106107 bin/dev release-notes $(git describe --tags --abbrev=0) > RELEASE-NOTES
107108 cat RELEASE-NOTES
108109
109- - name : Download binaries
110+ - name : Download binaries (x86_64-apple-darwin)
111+ uses : actions/download-artifact@v4
112+ with :
113+ name : tsc-dyn.x86_64-apple-darwin
114+
115+ - name : Download binaries (aarch64-apple-darwin)
110116 uses : actions/download-artifact@v4
111117 with :
112- name : tsc-dyn
118+ name : tsc-dyn.aarch64-apple-darwin
119+
120+ - name : Download binaries (x86_64-unknown-linux-gnu)
121+ uses : actions/download-artifact@v4
122+ with :
123+ name : tsc-dyn.x86_64-unknown-linux-gnu
124+
125+ - name : Download binaries (x86_64-pc-windows-msvc)
126+ uses : actions/download-artifact@v4
127+ with :
128+ name : tsc-dyn.x86_64-pc-windows-msvc
129+
113130 - run : ls -R
114131
115132 - name : Create GitHub Release
You can’t perform that action at this time.
0 commit comments