Skip to content

Commit 9635229

Browse files
Update dotnet-desktop.yml
1 parent f8f22d4 commit 9635229

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/dotnet-desktop.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,11 @@ jobs:
5656

5757
# Create the app package by building and packaging the Windows Application Packaging project
5858
- name: Create the app package
59+
# run: |
60+
# python installGenerator.py $GITHUB_WORKSPACE/src/Applications/AcatApp/bin/${{ matrix.configuration }}
61+
# makensis.exe ./NSIS_InstallerScript.nsi
5962
run: |
60-
python installGenerator.py $GITHUB_WORKSPACE/src/Applications/AcatApp/bin/${{ matrix.configuration }}
61-
makensis.exe ./NSIS_InstallerScript.nsi
63+
python installGenerator.py "D:\a\acat\acat\src\Applications\ACATApp\bin\Debug"
6264
working-directory: src/Setup
6365
env:
6466
shell: powershell

0 commit comments

Comments
 (0)