File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -23,15 +23,10 @@ jobs:
23
23
uses : ./.github/workflows/build.yml
24
24
secrets : inherit
25
25
26
- call-ocaas :
27
- name : OCaaS
28
- uses : ./.github/workflows/ocaas.yml
29
- secrets : inherit
30
-
31
26
upload-assets :
32
27
name : Upload assets
33
28
runs-on : ubuntu-22.04
34
- needs : [ call-build, call-ocaas ]
29
+ needs : [ call-build ]
35
30
steps :
36
31
- name : Download qemux86_64 archive
37
32
id : download
46
41
${{steps.download.outputs.download-path}}/eclipse-leda-qemu-x86_64.tar.xz/eclipse-leda-qemu-x86_64.tar.xz
47
42
${{steps.download.outputs.download-path}}/eclipse-leda-qemu-arm64.tar.xz/eclipse-leda-qemu-arm64.tar.xz
48
43
${{steps.download.outputs.download-path}}/eclipse-leda-raspberrypi.tar.xz/eclipse-leda-raspberrypi.tar.xz
49
- ${{steps.download.outputs.download-path}}/oss-compliance-reports/scan-report-web-app.html
You can’t perform that action at this time.
0 commit comments