diff --git a/.github/workflows/cut-release.yaml b/.github/workflows/cut-release.yaml index 17b8c43100..b3b1169c48 100644 --- a/.github/workflows/cut-release.yaml +++ b/.github/workflows/cut-release.yaml @@ -28,5 +28,10 @@ jobs: metadataAuthors: "barg,vaser" metadataTags: "rng,gameplay-mod" metadataWebsiteUrl: "https://www.example.com/this/is/optional" + skipMacOS: true + skipLinux: true + toolingBinaryDir: "out/build/Release/bin" + gameAssetsDir: "./game/assets" + copyEntireBinaryDir: true secrets: token: ${{ secrets.GITHUB_TOKEN }}