From 13ca8e79e6e658e9e8590fb813ef59ed5aec7b8c Mon Sep 17 00:00:00 2001 From: Roman Janusz Date: Sun, 19 Mar 2023 13:23:41 +0100 Subject: [PATCH] gh workflow regenerated --- .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 673a031..b981347 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: run: sbt ++${{ matrix.scala }} test - name: Compress target directories - run: tar cf targets.tar target project/target + run: tar cf targets.tar target crossproject/target project/target - name: Upload target directories uses: actions/upload-artifact@v2