From 553e2c4963577afb381f6ba0854894d54be54c2d Mon Sep 17 00:00:00 2001 From: Evan <50347938+Badbird5907@users.noreply.github.com> Date: Tue, 3 Dec 2024 17:25:55 -0500 Subject: [PATCH] chore: include api jar in actions artifact --- .github/workflows/compile.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 6238eb6..1d75e5a 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -26,4 +26,6 @@ jobs: if: success() with: name: TerminatorPlus - path: build/libs/ + path: | + build/libs/ + TerminatorPlus-API/build/libs