mirror of
https://github.com/cave-story-randomizer/cave-story-randomizer
synced 2025-03-25 11:29:29 +00:00
explicitly run MALCO on the stable branch
This commit is contained in:
parent
c1d39f7296
commit
ad204a3bc7
3
.github/workflows/daily.yml
vendored
3
.github/workflows/daily.yml
vendored
|
@ -18,6 +18,8 @@ jobs:
|
|||
with:
|
||||
luarocksVersion: 3.0
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
ref: 'stable'
|
||||
- name: Install dependencies (Ubuntu)
|
||||
if: runner.os == 'Linux'
|
||||
run: |
|
||||
|
@ -32,6 +34,7 @@ jobs:
|
|||
env:
|
||||
WEBHOOK: ${{ secrets.WEBHOOK }}
|
||||
run: |
|
||||
cd $GITHUB_WORKSPACE
|
||||
cd src
|
||||
love-release
|
||||
sudo xvfb-run -a --server-args="-screen 0 1024x768x24" love "releases/CaveStoryRandomizer.love" --daily
|
||||
|
|
Loading…
Reference in a new issue