Skip to content

Commit 97960d0

Browse files
Update create-nightly-installer.yaml
1 parent e3d9e55 commit 97960d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-nightly-installer.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
$solutionDir = "$((Get-Location).Path)\"
2626
$projectDir = "$((Get-Location).Path)\"
27-
$targetDir = (Get-Location).Path + "\bin\Debug"
27+
$targetDir = (Get-Location).Path + "\bin\Debug\"
2828
msbuild DISMTools.vbproj /p:Configuration=Debug /p:DeployOnBuild=true /p:SolutionDir=$solutionDir /p:ProjectDir=$projectDir /p:TargetDir=$targetDir
2929
- name: Push nightly installer
3030
uses: stefanzweifel/git-auto-commit-action@v5

0 commit comments

Comments
 (0)