We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e06ca61 commit 7d0d2bcCopy full SHA for 7d0d2bc
2 files changed
.github/workflows/build.yml
@@ -69,8 +69,6 @@ jobs:
69
exit 1
70
}
71
72
-
73
74
- name: Run MSBuild with Code Analysis
75
run: |
76
$msbuildArgs = @(
@@ -83,11 +81,11 @@ jobs:
83
81
)
84
82
MSBuild.exe $msbuildArgs
85
86
- - name: Build x64 Installer
+ - name: Build Installer
87
uses: Minionguyjpro/Inno-Setup-Action@v1.2.7
88
if: matrix.configuration == 'Release'
89
with:
90
- path: inno\colorcop.iss
+ path: installer\colorcop.iss
91
options: /O+
92
93
- name: Publish Release Artifacts
inno/colorcop.iss installer/colorcop.issinno/colorcop.iss renamed to installer/colorcop.iss
0 commit comments