@@ -247,12 +247,6 @@ jobs:
247247 name : projmgr-linux-arm64
248248 path : tools/projmgr/distribution/bin/linux-arm64/
249249
250- - name : Download projmgr macos-amd64
251- uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
252- with :
253- name : projmgr-darwin-amd64
254- path : tools/projmgr/distribution/bin/darwin-amd64/
255-
256250 - name : Download projmgr macos-arm64
257251 uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
258252 with :
@@ -277,13 +271,6 @@ jobs:
277271 name : projmgr-swig-python-linux-amd64
278272 path : tools/projmgr/distribution/lib/linux-amd64/python/
279273
280- - name : Download projmgr-swig-python macos-amd64
281- if : ${{ !github.event.repository.private }}
282- uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
283- with :
284- name : projmgr-swig-python-darwin-amd64
285- path : tools/projmgr/distribution/lib/darwin-amd64/python/
286-
287274 - name : Download projmgr-swig-python windows-amd64
288275 uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
289276 with :
@@ -296,13 +283,6 @@ jobs:
296283 name : projmgr-swig-go-linux-amd64
297284 path : tools/projmgr/distribution/lib/linux-amd64/go/
298285
299- - name : Download projmgr-swig-go macos-amd64
300- if : ${{ !github.event.repository.private }}
301- uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
302- with :
303- name : projmgr-swig-go-darwin-amd64
304- path : tools/projmgr/distribution/lib/darwin-amd64/go/
305-
306286 - name : Zip distribution folder
307287 run : zip -r projmgr.zip *
308288 working-directory : tools/projmgr/distribution
@@ -328,13 +308,6 @@ jobs:
328308 name : unit_test_result_projmgr-linux-amd64
329309 path : tools/testreport/linux-amd64/
330310
331- - name : Download test report macos-amd64
332- if : ${{ !github.event.repository.private }}
333- uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
334- with :
335- name : unit_test_result_projmgr-darwin-amd64
336- path : tools/testreport/darwin-amd64/
337-
338311 - name : Zip test reports
339312 run : zip -r testreport.zip *
340313 working-directory : tools/testreport
0 commit comments