Skip to content

Commit a13a109

Browse files
committed
#22 Dropped Gradle for Maven - Actions update add res
1 parent a9603fc commit a13a109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
distribution: 'temurin'
1717
cache: maven
1818
- 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
19+
run: mvn install:install-file -Dfile=res/jars/JSplashScreen.jar -DgroupId=com.thehowtotutorial.splashscreen -DartifactId=JSplashScreen -Dversion=1.0 -Dpackaging=jar
2020
- name: Build with Maven - From Pom
2121
run: mvn -B package --file pom.xml
2222

0 commit comments

Comments
 (0)