Skip to content

Commit

Permalink
Fix plugin workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
qtc-de committed Jul 3, 2024
1 parent 3dfbc2c commit 0a308c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/plugin-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
cache-dependency-path: pom.xml

- name: Build with Maven
run: mvn -B package --file plugins/${{ plugin }}/pom.xml
run: mvn -B package --file plugins/${{ matrix.plugin }}/pom.xml

- name: Archive generated JAR file
uses: actions/upload-artifact@v4
with:
name: ${{ plugin }}-compiled-jars
path: plugins/${{ plugin }}/target/*.jar
name: ${{ matrix.plugin }}-compiled-jars
path: plugins/${{ matrix.plugin }}/target/*.jar

0 comments on commit 0a308c4

Please sign in to comment.