Skip to content

Commit

Permalink
#48 - 0.6.0M4 ~cut-release
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-twiner committed Dec 27, 2023
1 parent 2b65a27 commit 3e84308
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 3e84308

Please sign in to comment.