We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 225836f + 71454ba commit 4eaec74Copy full SHA for 4eaec74
.github/actions/bundle_release/action.yaml
@@ -20,7 +20,7 @@ runs:
20
zip --must-match -j CortexCommand.windows.zip \
21
release/Cortex\ Command*/Cortex\ Command*.exe \
22
release/Cortex\ Command*/Cortex\ Command*.pdb \
23
- external/lib/win/{fmod,SDL2}.dll
+ external/lib/win/fmod.dll
24
25
- name: Compress Linux Release
26
shell: bash
.github/workflows/ci.yml
@@ -10,6 +10,9 @@ on:
10
types: [checks_requested]
11
12
workflow_dispatch:
13
+
14
+ schedule:
15
+ - cron: '1 0 * * 0'
16
17
# Cancel in-progress runs if newer changes to the same branch/PR are pushed.
18
concurrency:
@@ -21,4 +24,4 @@ jobs:
uses: ./.github/workflows/meson.yml
msbuild:
- uses: ./.github/workflows/msbuild.yml
27
+ uses: ./.github/workflows/msbuild.yml
0 commit comments