From 7b6afd545bf824328e9b7e054a2cf9d9f4a026f6 Mon Sep 17 00:00:00 2001 From: Matt Date: Mon, 31 Oct 2022 16:18:02 -0400 Subject: [PATCH] Pull thinclient into built JAR (#558) --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b5a93507b..6385de28a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -282,6 +282,9 @@ jobs: name: built-client path: photon-server/src/main/resources/web/ + # Copy thinclient in as well + - run: cp -r photon-thinclient/* photon-server/src/main/resources/web/ + # Download docs artifact to resources folder. - uses: actions/download-artifact@v3 with: