Skip to content

Commit a0b9a49

Browse files
authored
fix: sometimes it’s just better to read the docs
And not use ChatGPT for everything :(
1 parent a628e5f commit a0b9a49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
targetPlatform: StandaloneWindows64
5151
buildName: ChuniXR
5252
buildsPath: exported
53-
buildOptions: '-debugSymbols false'
53+
customParameters: '-debugSymbols false'
5454

5555
# Cache built project to avoid re-uploading unchanged builds
5656
- uses: actions/cache@v4

0 commit comments

Comments
 (0)