We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3d9e55 commit 97960d0Copy full SHA for 97960d0
.github/workflows/create-nightly-installer.yaml
@@ -24,7 +24,7 @@ jobs:
24
run: |
25
$solutionDir = "$((Get-Location).Path)\"
26
$projectDir = "$((Get-Location).Path)\"
27
- $targetDir = (Get-Location).Path + "\bin\Debug"
+ $targetDir = (Get-Location).Path + "\bin\Debug\"
28
msbuild DISMTools.vbproj /p:Configuration=Debug /p:DeployOnBuild=true /p:SolutionDir=$solutionDir /p:ProjectDir=$projectDir /p:TargetDir=$targetDir
29
- name: Push nightly installer
30
uses: stefanzweifel/git-auto-commit-action@v5
0 commit comments