Skip to content

Commit ff6d5c2

Browse files
Update debug_dev_standalone.yml
1 parent c3dbbff commit ff6d5c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/debug_dev_standalone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: |
1919
msbuild Flames.sln /p:Configuration=Release
2020
cp -R bin/Release bin/Release_dev_dotnet
21-
msbuild Flames/Flames.csproj /p:Configuration=Release "/p:DefineConstants=`"CORE;F_STANDALONE;F_DOTNET`""
21+
msbuild Flames/Flames.csproj /p:Configuration=Release /p:DefineConstants="CORE%3BF_STANDALONE%3BF_DOTNET"
2222
2323
- uses: ./.github/actions/notify_failure_harmony
2424
if: ${{ always() && steps.compile.outcome == 'failure' }}

0 commit comments

Comments
 (0)