From 3e84308bc19c645f0cb85f3c7cfad4191b6195af Mon Sep 17 00:00:00 2001 From: Chris Twiner Date: Wed, 27 Dec 2023 11:34:37 +0100 Subject: [PATCH] #48 - 0.6.0M4 ~cut-release --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c9214460..2c0c5748 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,7 +45,7 @@ jobs: - name: target uses: actions/upload-artifact@v4 with: - name: target + name: target-${{ matrix.profile }} path: target # Scala_2_12 used as scaladocs fail on 2.13 without any context as to why, which is nice @@ -90,7 +90,7 @@ jobs: - name: target uses: actions/upload-artifact@v4 with: - name: target + name: target-mvn_site path: | target/site scales-xml/target/site @@ -149,7 +149,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/download-artifact@v4 with: - name: target + name: target-mvn_site path: target - uses: ./.github/workflows/mkdocs #sparkutils/quality/.github/workflows/mkdocs/action.yml@e8cd720ee2cb495a6a020363441a81da3bb70b23 with: