We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9603fc commit a13a109Copy full SHA for a13a109
.github/workflows/maven.yml
@@ -16,7 +16,7 @@ jobs:
16
distribution: 'temurin'
17
cache: maven
18
- name: Build with Maven - Install
19
- run: mvn install:install-file -Dfile=home/runner/work/JavaGame/JavaGame/res/jars/JSplashScreen.jar -DgroupId=com.thehowtotutorial.splashscreen -DartifactId=JSplashScreen -Dversion=1.0 -Dpackaging=jar
+ run: mvn install:install-file -Dfile=res/jars/JSplashScreen.jar -DgroupId=com.thehowtotutorial.splashscreen -DartifactId=JSplashScreen -Dversion=1.0 -Dpackaging=jar
20
- name: Build with Maven - From Pom
21
run: mvn -B package --file pom.xml
22
0 commit comments