Skip to content

Commit

Permalink
Fix checkbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
AB-xdev committed May 27, 2024
1 parent 5a783e7 commit 6753604
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/checkBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ on:
- '.idea/**'
- 'assets/**'

env:
PRIMARY_MAVEN_MODULE: ${{ github.event.repository.name }}
DEMO_MAVEN_MODULE: ${{ github.event.repository.name }}-demo

jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -67,7 +63,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: demo-files-java-${{ matrix.java }}
path: ${{ env.DEMO_MAVEN_MODULE }}/target/${{ env.DEMO_MAVEN_MODULE }}.jar
path: standalone/target/standalone.jar
if-no-files-found: error

code-style:
Expand Down
2 changes: 1 addition & 1 deletion standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
<finalName>mockserver-standalone</finalName>
<finalName>standalone</finalName>
<appendAssemblyId>false</appendAssemblyId>
</configuration>
<executions>
Expand Down

0 comments on commit 6753604

Please sign in to comment.