Skip to content

Commit e1f5d22

Browse files
committed
Revert debug constant defined for nightly builds
1 parent 51ebf7f commit e1f5d22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish_gui_nightly.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
dotnet build UndertaleModTool --no-restore
3838
dotnet build UndertaleModToolUpdater --no-restore
3939
- name: Publish ${{ matrix.os }} GUI
40-
run: | # FIXME: debug constant should automatically be applied, but for some reason it isn't
41-
dotnet publish UndertaleModTool -c ${{ matrix.configuration }} -r win-x64 -p:DefineConstants="SHOW_COMMIT_HASH;DEBUG" --self-contained ${{ matrix.bundled }} -p:PublishSingleFile=${{ matrix.singlefile }} --output ${{ matrix.os }}
40+
run: | # FIXME: debug constant isn't being applied here, which disables updater, etc., so need to fix that or possibly add a new constant
41+
dotnet publish UndertaleModTool -c ${{ matrix.configuration }} -r win-x64 -p:DefineConstants="SHOW_COMMIT_HASH" --self-contained ${{ matrix.bundled }} -p:PublishSingleFile=${{ matrix.singlefile }} --output ${{ matrix.os }}
4242
dotnet publish UndertaleModToolUpdater -c ${{ matrix.configuration }} -r win-x64 --self-contained ${{ matrix.bundled }} -p:PublishSingleFile=false --output ${{ matrix.os }}/Updater
4343
- name: Copy external files
4444
run: |

0 commit comments

Comments
 (0)