From fe085c6b6233d56c0704542c50ef6b254d689420 Mon Sep 17 00:00:00 2001 From: Kevin Duret Date: Fri, 9 Feb 2024 12:02:33 +0100 Subject: [PATCH] fix(ci): fix delivery of libzmq (#1130) * fix(ci): fix delivery of libzmq * fix(ci): fix delivery of libzmq --- .github/workflows/{zmq-lib.yml => libzmq.yml} | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) rename .github/workflows/{zmq-lib.yml => libzmq.yml} (94%) diff --git a/.github/workflows/zmq-lib.yml b/.github/workflows/libzmq.yml similarity index 94% rename from .github/workflows/zmq-lib.yml rename to .github/workflows/libzmq.yml index 4f82df8e509..2f1971043d0 100644 --- a/.github/workflows/zmq-lib.yml +++ b/.github/workflows/libzmq.yml @@ -8,7 +8,7 @@ on: workflow_dispatch: pull_request: paths: - - '.github/workflows/zmq-lib.yml' + - '.github/workflows/libzmq.yml' push: branches: - develop @@ -16,7 +16,7 @@ on: - master - "[2-9][0-9].[0-9][0-9].x" paths: - - '.github/workflows/zmq-lib.yml' + - '.github/workflows/libzmq.yml' jobs: get-version: @@ -145,6 +145,9 @@ jobs: name: deliver ${{ matrix.distrib }} steps: + - name: Checkout sources + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - name: Publish RPM packages uses: ./.github/actions/delivery with: @@ -175,6 +178,9 @@ jobs: name: deliver ${{ matrix.distrib }} steps: + - name: Checkout sources + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - name: Publish DEB packages uses: ./.github/actions/delivery with: @@ -194,6 +200,9 @@ jobs: distrib: [el8, el9, bullseye, bookworm, jammy] steps: + - name: Checkout sources + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - name: Promote ${{ matrix.distrib }} to stable uses: ./.github/actions/promote-to-stable with: