From a040c97b6b951e8431040e50bbc11bea76a42025 Mon Sep 17 00:00:00 2001 From: Matt Dallmeyer Date: Mon, 27 Nov 2023 22:35:02 -0800 Subject: [PATCH] Update cut-release.yaml --- .github/workflows/cut-release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cut-release.yaml b/.github/workflows/cut-release.yaml index 7329d68d16..d1f902dfb4 100644 --- a/.github/workflows/cut-release.yaml +++ b/.github/workflows/cut-release.yaml @@ -31,5 +31,7 @@ jobs: skipMacOS: true skipLinux: true toolingBinaryDir: "out/build/Release/bin" + gameAssetsDir: "game/assets" + copyEntireBinaryDir: true secrets: token: ${{ secrets.GITHUB_TOKEN }}