Skip to content

Commit d7c225c

Browse files
committed
fix: NOT release build
it does NOT like existing
1 parent dfb9775 commit d7c225c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Build
8181
run: |
8282
cd smsm
83-
msbuild -m -t:chaos -p:"Configuration=Release;Platform=x86" SMSM.sln
83+
msbuild -m -t:chaos -p:"Platform=x86" SMSM.sln
8484
8585
- name: Upload Artifact
8686
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)