We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2005c4a commit 4516b5aCopy full SHA for 4516b5a
.github/workflows/build.yml
@@ -53,8 +53,6 @@ jobs:
53
run: dotnet workload install wasm-tools wasm-experimental android ios
54
- name: Build ChatGPT.UI.Desktop
55
run: dotnet build ChatGPT.UI.Desktop/ChatGPT.UI.Desktop.csproj --configuration Release
56
- - name: Build ChatGPT.UI.Android
57
- run: dotnet build ChatGPT.UI.Android/ChatGPT.UI.Android.csproj --configuration Release
58
- name: Build ChatGPT.UI.iOS
59
run: dotnet build ChatGPT.UI.iOS/ChatGPT.UI.iOS.csproj --configuration Release
60
- name: Build ChatGPT.UI.Browser
0 commit comments