Commit 13b4963
committed
ci: Update release workflow from GCC5 to GCC toolchain
The upstream edk2 project renamed the GCC5 toolchain to GCC in commits
b38fea5 and c20483b. This caused OvmfPkg/build.sh to select the
GCC toolchain, producing output in DEBUG_GCC/, while the workflow still
looked for artifacts in DEBUG_GCC5/. As a result, the x86-64 build
succeeded but no artifact was uploaded.
Update the AArch64 build and both artifact paths to use GCC
consistently.
Signed-off-by: Bo Chen <bchen@crusoe.ai>1 parent 86351a8 commit 13b4963
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
| 54 | + | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
0 commit comments