Fix issues with spaces in .dme names

This commit is contained in:
Jordan Dominion
2024-01-06 17:34:04 -05:00
parent f374921278
commit efb73f504d
6 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -151,7 +151,7 @@ jobs:
if hash DreamMaker 2>/dev/null
then
DreamMaker tests/DMAPI/BasicOperation/basic_operation_test.dme 2>&1 | tee result.log
DreamMaker "tests/DMAPI/BasicOperation/basic operation_test.dme" 2>&1 | tee result.log
retval=$?
if ! grep '\- 0 errors, 0 warnings' result.log
then
@@ -205,7 +205,7 @@ jobs:
- name: Build DMAPI
run: |
cd tests/DMAPI/BasicOperation
$HOME/OpenDream/tgs_deploy/bin/compiler/DMCompiler --verbose --notices-enabled basic_operation_test.dme
$HOME/OpenDream/tgs_deploy/bin/compiler/DMCompiler --verbose --notices-enabled "basic operation_test.dme"
pages-build:
name: Build gh-pages