Skip to content

Commit 4eaec74

Browse files
authored
Merge pull request #215 from cortex-command-community/fix-nightly-release
Fix release
2 parents 225836f + 71454ba commit 4eaec74

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/actions/bundle_release/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ runs:
2020
zip --must-match -j CortexCommand.windows.zip \
2121
release/Cortex\ Command*/Cortex\ Command*.exe \
2222
release/Cortex\ Command*/Cortex\ Command*.pdb \
23-
external/lib/win/{fmod,SDL2}.dll
23+
external/lib/win/fmod.dll
2424
2525
- name: Compress Linux Release
2626
shell: bash

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
types: [checks_requested]
1111

1212
workflow_dispatch:
13+
14+
schedule:
15+
- cron: '1 0 * * 0'
1316

1417
# Cancel in-progress runs if newer changes to the same branch/PR are pushed.
1518
concurrency:
@@ -21,4 +24,4 @@ jobs:
2124
uses: ./.github/workflows/meson.yml
2225

2326
msbuild:
24-
uses: ./.github/workflows/msbuild.yml
27+
uses: ./.github/workflows/msbuild.yml

0 commit comments

Comments
 (0)