Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/bundle_release/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -21,4 +24,4 @@ jobs:
uses: ./.github/workflows/meson.yml

msbuild:
uses: ./.github/workflows/msbuild.yml
uses: ./.github/workflows/msbuild.yml
Loading