mirror of
https://github.com/ProjectSWGCore/launcher.git
synced 2026-01-16 23:04:25 -05:00
Moved installer to dedicated build directory to avoid github action issues
This commit is contained in:
3
.github/workflows/package.yml
vendored
3
.github/workflows/package.yml
vendored
@@ -18,9 +18,8 @@ jobs:
|
||||
with:
|
||||
java-version: 17
|
||||
- run: ./gradlew --no-daemon clean test jpackage
|
||||
- run: mkdir staging && cp build/jpackage/*.* staging/
|
||||
- name: Upload
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: ProjectSWG-${{matrix.os}}
|
||||
path: staging
|
||||
path: build/installer
|
||||
|
||||
@@ -139,6 +139,7 @@ jlink {
|
||||
|
||||
imageName = "ProjectSWG"
|
||||
installerName = "ProjectSWG"
|
||||
installerOutputDir = File("${buildDir.absolutePath}/installer")
|
||||
|
||||
installerType = when(platform) {
|
||||
"linux" -> "deb"
|
||||
|
||||
Reference in New Issue
Block a user