From 89d2babc5498583d29209b715cf9fd353614c0ac Mon Sep 17 00:00:00 2001 From: Christian Langenbacher Date: Wed, 29 Sep 2021 12:40:51 +0200 Subject: [PATCH] [GA] add ubuntu 18.04 build for dev node to run it in the worker's ci --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 58b3a3c..4b9dee8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,7 +104,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-20.04] + os: [ubuntu-20.04, ubuntu-18.04] rust: [stable] binary: [release] env: @@ -142,7 +142,7 @@ jobs: - name: Upload integritee-node-dev uses: actions/upload-artifact@v2 with: - name: integritee-node-dev-${{ github.sha }} + name: integritee-node-dev-${{ matrix.os }}-${{ github.sha }} path: target/release/integritee-node - name: Slack Notification