From 0e173497136aa6c465541fb3453603b67d2665d4 Mon Sep 17 00:00:00 2001 From: Mikelle Date: Wed, 1 May 2024 13:14:52 +0200 Subject: [PATCH] fix: updated artifacts workflow --- .github/workflows/artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 16d40750b..4bf0aa566 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -47,7 +47,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - module: [ infrastructure/tools/keystore-generator, p2p/integrationtest/bidder, p2p/integrationtest/provider, bridge/standard/bridge-v1, external/geth, oracle, p2p] + module: [ infrastructure/tools/keystore-generator, p2p/integrationtest/real-bidder, p2p/integrationtest/provider, bridge/standard/bridge-v1, external/geth, oracle, p2p] steps: - if: ${{ !startsWith(github.ref, 'refs/tags/v') }} run: echo "FLAGS=--snapshot" >> $GITHUB_ENV