From 9b754faec1e4322996e8e4bf5cd81bf23b9e21ca Mon Sep 17 00:00:00 2001 From: Syer10 Date: Tue, 25 May 2021 18:08:35 -0400 Subject: [PATCH] Tweak artifact paths --- .github/workflows/Build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index a2037d3d..6771912f 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -75,8 +75,9 @@ jobs: with: name: runner-package-${{ matrix.runtime }} path: | - build/compose/binaries/main/*/* - build/compose/jars/*.jar + build/compose/binaries/main/*/ + build/compose/jars/ + !build/compose/binaries/main/*/app ReleaseBinaries: name: Make a release needs: [BuildBinaries]