Skip to content

Commit b4cdc47

Browse files
authored
Update build.yml
1 parent a2128ed commit b4cdc47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
dotnet-version: '9.0.x'
1919

2020
- name: Build GUI App
21-
run: dotnet publish ScsGui.csproj -c Release -r win-x64 --self-contained false /p:PublishSingleFile=true -o ./GUI_Output
21+
run: dotnet publish ExtractorGui.csproj -c Release -r win-x64 --self-contained false /p:PublishSingleFile=true -o ./GUI_Output
2222

2323
- name: Upload GUI Artifact
2424
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)