mirror of
https://github.com/ProjectSWGCore/launcher.git
synced 2026-01-16 23:04:25 -05:00
Fixed error with directory omitted causing entire pipeline to crash
This commit is contained in:
2
.github/workflows/package.yml
vendored
2
.github/workflows/package.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
with:
|
||||
java-version: 17
|
||||
- run: ./gradlew --no-daemon clean test jpackage
|
||||
- run: mkdir staging && cp build/jpackage/* staging/
|
||||
- run: mkdir staging && cp build/jpackage/*.* staging/
|
||||
- name: Upload
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user