Skip to content

Commit 0ba62f3

Browse files
author
Marcin Przepiorowski
committed
2.4.24.2
1 parent cf081f1 commit 0ba62f3

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -553,9 +553,6 @@ jobs:
553553
name: ubuntu22build
554554
path: ${{ env.FILENAME }}
555555

556-
557-
558-
559556
amazon2023:
560557
needs: [centos7]
561558
runs-on: ubuntu-latest
@@ -615,7 +612,7 @@ jobs:
615612

616613
release:
617614
runs-on: ubuntu-latest
618-
needs: [centos6, centos7, windows, ubuntu, osx, amazon2023, oel8, docker]
615+
needs: [centos6, centos7, windows, ubuntu, osx, amazon2023, oel8, docker, ubuntu22]
619616
permissions:
620617
contents: write
621618
steps:
@@ -657,9 +654,9 @@ jobs:
657654
name: amazon2023
658655

659656
- name: Download Amazon 2023
660-
uses: actions/download-artifact@v4
661-
with:
662-
name: ubuntu22build
657+
uses: actions/download-artifact@v4
658+
with:
659+
name: ubuntu22build
663660

664661
- name: Say
665662
run: |

0 commit comments

Comments
 (0)