Skip to content

Commit

Permalink
Fixup upload versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiddlet2666 committed May 2, 2024
1 parent 57350aa commit ef6cfac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven-build-snapshots-14110.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ jobs:
- name: Coherence Demo Jar
uses: actions/upload-artifact@v4
with:
name: coherence-demo-jar
name: coherence-demo-jar-${{ matrix.branch }}
path: target/coherence-demo-*.jar

- name: Coherence Demo Javadoc
uses: actions/upload-artifact@v4
with:
name: coherence-demo-javadoc
name: coherence-demo-javadoc-${{ matrix.branch }}
path: target/coherence-demo-*-javadoc.jar
4 changes: 2 additions & 2 deletions .github/workflows/maven-build-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ jobs:
- name: Coherence Demo Jar
uses: actions/upload-artifact@v4
with:
name: coherence-demo-jar
name: coherence-demo-jar-${{ matrix.coherenceVersion }}
path: target/coherence-demo-*.jar

- name: Coherence Demo Javadoc
uses: actions/upload-artifact@v4
with:
name: coherence-demo-javadoc
name: coherence-demo-javadoc-${{ matrix.coherenceVersion }}
path: target/coherence-demo-*-javadoc.jar

0 comments on commit ef6cfac

Please sign in to comment.