Skip to content

Commit 6c2facd

Browse files
Update create-nightly-installer.yaml
1 parent 91bb4ca commit 6c2facd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/create-nightly-installer.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: .\nugetpkgprep.bat
2222
continue-on-error: false
2323
- name: Generate installer
24-
run: msbuild DISMTools.vbproj /p:Configuration=Debug /p:DeployOnBuild=true /p:SolutionDir=%cd%\ /p:ProjectDir=%cd%\ /p:TargetDir=%cd%\bin\Debug
24+
run: msbuild DISMTools.vbproj /p:Configuration=Debug /p:DeployOnBuild=true /p:SolutionDir=$((Get-Location).Path)\ /p:ProjectDir=$((Get-Location).Path)\ /p:TargetDir=$((Get-Location).Path)\bin\Debug
2525
- name: Push nightly installer
2626
uses: stefanzweifel/git-auto-commit-action@v5
2727
with:

0 commit comments

Comments
 (0)