Skip to content

Commit 7d0d2bc

Browse files
committed
chore: move inno setup config into installer/ directory
1 parent e06ca61 commit 7d0d2bc

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ jobs:
6969
exit 1
7070
}
7171
72-
73-
7472
- name: Run MSBuild with Code Analysis
7573
run: |
7674
$msbuildArgs = @(
@@ -83,11 +81,11 @@ jobs:
8381
)
8482
MSBuild.exe $msbuildArgs
8583
86-
- name: Build x64 Installer
84+
- name: Build Installer
8785
uses: Minionguyjpro/Inno-Setup-Action@v1.2.7
8886
if: matrix.configuration == 'Release'
8987
with:
90-
path: inno\colorcop.iss
88+
path: installer\colorcop.iss
9189
options: /O+
9290

9391
- name: Publish Release Artifacts

0 commit comments

Comments
 (0)