mirror of
https://github.com/chocolate-doom/statcheck.git
synced 2024-11-10 07:12:09 +00:00
Paths in demos.txt are relative to demos/
This commit is contained in:
parent
6b75641aab
commit
6df7ff32d0
1 changed files with 5 additions and 5 deletions
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
|
@ -32,11 +32,11 @@ jobs:
|
|||
|
||||
- name: Override demos list
|
||||
run: |
|
||||
echo demos/pwads/av/fast/af253503.zip/af253503.lmp \
|
||||
demos/pwads/hr/movie/11hr7159.zip/11hr7159.lmp \
|
||||
demos/pwads/mm/movie/30mm8356.zip/30mm8356.lmp \
|
||||
demos/pwads/mm2/max/m2221807.zip/m2221807.lmp \
|
||||
demos/pwads/requiem/movie/6039rq01.zip/6039rq01.lmp \
|
||||
echo pwads/av/fast/af253503.zip/af253503.lmp \
|
||||
pwads/hr/movie/11hr7159.zip/11hr7159.lmp \
|
||||
pwads/mm/movie/30mm8356.zip/30mm8356.lmp \
|
||||
pwads/mm2/max/m2221807.zip/m2221807.lmp \
|
||||
pwads/requiem/movie/6039rq01.zip/6039rq01.lmp \
|
||||
> demos.txt
|
||||
|
||||
- name: Test
|
||||
|
|
Loading…
Reference in a new issue