From 414ca0c5c3fe560c4ef9e4871ed6d870a27eff68 Mon Sep 17 00:00:00 2001 From: "Erymanthus[#5074] | (u/)RayDeeUx" <51521765+RayDeeUx@users.noreply.github.com> Date: Mon, 29 Jul 2024 16:59:57 -0400 Subject: [PATCH] commenting --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ae6621c..ec1021b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,11 +35,11 @@ jobs: - name: Build the mod uses: geode-sdk/build-geode-mod@main with: - # build-config: RelWithDebInfo # comment this out (and the line below!) to Release mode - # export-pdb: true # comment this (and the line above!) out to Release mode - # bindings: "RayDeeUx/bindings" # comment this out to swap to "geode-sdk/bindings" + # build-config: RelWithDebInfo # [vscode] comment this out (and the line below!) to Release mode + # export-pdb: true # [vscode] comment this out (and the line above!) to Release mode + # bindings: "RayDeeUx/bindings" # [vscode] comment this out to swap to "geode-sdk/bindings" # bindings-ref: "deathscreentweaks" # comment this out to use default branch - sdk: nightly use stable Geode SDK version + # sdk: nightly # [vscode] comment this out to use stable Geode SDK version combine: true target: ${{ matrix.config.target }}