Skip to content

Commit ea803f7

Browse files
committed
forgot slash
1 parent 6d8b451 commit ea803f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
dotnet-version: 9.0.x
9797

9898
- name: Build Editor App
99-
run: dotnet publish -c Release -r win-x64 --sc /p:Version=${{ env.BuildVersion }} -o "editor" "${{ env.EditorProject }}"
99+
run: dotnet publish -c Release -r win-x64 --sc /p:Version=${{ env.BuildVersion }} -o /editor "${{ env.EditorProject }}"
100100

101101
- name: Publish Editor Artifact
102102
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)