From e9ffc5d3b3563affaf6539b071ad503bf7485e32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leo=20G=C3=B6ttlicher?= <8429918+HeliumAnt@users.noreply.github.com> Date: Sat, 30 Aug 2025 15:36:53 +0200 Subject: [PATCH 1/2] Fix release --- .github/actions/bundle_release/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/bundle_release/action.yaml b/.github/actions/bundle_release/action.yaml index c9b51905da..708eadf18a 100644 --- a/.github/actions/bundle_release/action.yaml +++ b/.github/actions/bundle_release/action.yaml @@ -20,7 +20,7 @@ runs: zip --must-match -j CortexCommand.windows.zip \ release/Cortex\ Command*/Cortex\ Command*.exe \ release/Cortex\ Command*/Cortex\ Command*.pdb \ - external/lib/win/{fmod,SDL2}.dll + external/lib/win/fmod.dll - name: Compress Linux Release shell: bash From 71454ba5650a598b068b80027f73d4aac18815fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leo=20G=C3=B6ttlicher?= <8429918+HeliumAnt@users.noreply.github.com> Date: Sat, 30 Aug 2025 15:51:47 +0200 Subject: [PATCH 2/2] rerun CI weekly for cache keepalive --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac676017df..7c6ef62704 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,9 @@ on: types: [checks_requested] workflow_dispatch: + + schedule: + - cron: '1 0 * * 0' # Cancel in-progress runs if newer changes to the same branch/PR are pushed. concurrency: @@ -21,4 +24,4 @@ jobs: uses: ./.github/workflows/meson.yml msbuild: - uses: ./.github/workflows/msbuild.yml \ No newline at end of file + uses: ./.github/workflows/msbuild.yml