We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8f22d4 commit 9635229Copy full SHA for 9635229
.github/workflows/dotnet-desktop.yml
@@ -56,9 +56,11 @@ jobs:
56
57
# Create the app package by building and packaging the Windows Application Packaging project
58
- 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
62
run: |
- python installGenerator.py $GITHUB_WORKSPACE/src/Applications/AcatApp/bin/${{ matrix.configuration }}
- makensis.exe ./NSIS_InstallerScript.nsi
63
+ python installGenerator.py "D:\a\acat\acat\src\Applications\ACATApp\bin\Debug"
64
working-directory: src/Setup
65
env:
66
shell: powershell
0 commit comments