Skip to content

Commit 1cbf9ec

Browse files
authored
Fix indentation in msbuild.yml for artifact upload
1 parent f5b9919 commit 1cbf9ec

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/msbuild.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
/p:VcpkgEnableManifest=true
2929

3030
- name: Upload artifact
31-
uses: actions/upload-artifact@v4
32-
with:
33-
name: x64-Release-Build
34-
path: ${{github.workspace}}\x64\Release\
35-
31+
uses: actions/upload-artifact@v4
32+
with:
33+
name: x64-Release-Build
34+
path: ${{github.workspace}}\x64\Release\
35+

0 commit comments

Comments
 (0)