From 4be5d69dd320693207e74935dff7642955c2b291 Mon Sep 17 00:00:00 2001 From: Michal Pawlik Date: Tue, 8 Jun 2021 18:59:36 +0200 Subject: [PATCH] fix workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 40d931ac..455a42f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: - run: sbt --client '++${{ matrix.scala }}; test; missinglinkCheck' - name: Compress target directories - run: tar cf targets.tar target gitlab/target core/target project/target + run: tar cf targets.tar target gitlab/target bootstrap/target core/target project/target - name: Upload target directories uses: actions/upload-artifact@v2