We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2128ed commit b4cdc47Copy full SHA for b4cdc47
1 file changed
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
dotnet-version: '9.0.x'
19
20
- name: Build GUI App
21
- run: dotnet publish ScsGui.csproj -c Release -r win-x64 --self-contained false /p:PublishSingleFile=true -o ./GUI_Output
+ run: dotnet publish ExtractorGui.csproj -c Release -r win-x64 --self-contained false /p:PublishSingleFile=true -o ./GUI_Output
22
23
- name: Upload GUI Artifact
24
uses: actions/upload-artifact@v4
0 commit comments