]> Git repositories of Nishi - tewi.git/commitdiff
fix config.h.tmpl [forcerebuild
authorNishi <nishi@nishi.boats>
Sat, 5 Oct 2024 09:08:11 +0000 (09:08 +0000)
committerNishi <nishi@nishi.boats>
Sat, 5 Oct 2024 09:08:11 +0000 (09:08 +0000)
git-svn-id: file:///raid/svn-personal/tewi/trunk@266 8739d7e6-ffea-ec47-b151-bdff447c6205

.github/workflows/build.yml
config.h.tmpl

index 272681288e7fba2fe4dda1fe9cd2eb558eeada15..414a9e6186aeccb8e63c4312edd9039ad0adc832 100644 (file)
@@ -76,7 +76,7 @@ jobs:
   release:
     name: "Release"
     runs-on: ubuntu-latest
-    if: ${{ contains(github.event.head_commit.message, '[release') || github.event.inputs.release }}
+    if: ${{ contains(github.event.head_commit.message, '[forcerebuild]') || contains(github.event.head_commit.message, '[release') || github.event.inputs.release }}
 
     permissions:
       contents: write
index 4832ee41602d10deb9e584905fa74e6d8958b3b4..018228f24287bef2acb51dee0b4900bbfe4ace90 100644 (file)
@@ -19,7 +19,7 @@
 #define SSL void
 #endif
 
-#if (defined(__MINGW32__) || defined(_MSC_VER) || defined(__BORLANDC__) || defined(__WATCOMC__)) && defined(BUILD_GUI_VALID)
+#if (defined(__MINGW32__) || defined(_MSC_VER) || defined(__BORLANDC__) || defined(__WATCOMC__)) && defined(BUILD_GUI)
 #define BUILD_GUI_VALID
 #endif