Author Topic: Nightly: 26 June 2022 - Revision cc2b9fcf9  (Read 275 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 26 June 2022 - Revision cc2b9fcf9
Here is the nightly for 26 June 2022 - Revision cc2b9fcf9



Group: Win64-SSE2
nightly_20220626_cc2b9fcf9-builds-x64-SSE2.zip (Mirror)


Group: Win32-SSE2
nightly_20220626_cc2b9fcf9-builds-Win32-SSE2.zip (Mirror)


Group: MacOSX
nightly_20220626_cc2b9fcf9-builds-Mac.tar.gz (Mirror)


Group: Linux
nightly_20220626_cc2b9fcf9-builds-Linux.tar.gz (Mirror)

Code: [Select]
------------------------------------------------------------------------
commit cc2b9fcf9
Author: Tyler Blount
Commit: GitHub

    Use correct needs elements for post build action (#4439)
 .github/workflows/build-release.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

------------------------------------------------------------------------
commit 43f8b123a
Author: Goober5000
Commit: Goober5000

    better handling of invalid message sources
 code/parse/sexp.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

------------------------------------------------------------------------
commit 5b8dce1dd
Author: z64555
Commit: z64555

    Try encapsulating the OR in the same brackets.
 .github/workflows/post-build-release.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

------------------------------------------------------------------------
commit b6c684644
Author: z64555
Commit: z64555

    use inputs context instead of github.events.inputs context
 .github/workflows/post-build-release.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

------------------------------------------------------------------------
commit d754f7fe0
Author: Goober5000
Commit: Goober5000

    fix crash when removing form-on-wing
 code/ai/aigoals.cpp | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)