We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ead81c commit eafffccCopy full SHA for eafffcc
2 files changed
.github/workflows/release.yml
@@ -81,7 +81,6 @@ jobs:
81
with:
82
name: build-artifacts-${{ matrix.os }}-${{ matrix.goarch }}
83
path: |
84
- stackmatch-cli.exe
85
Output/stackmatch-cli-setup.exe
86
87
release:
install.iss
@@ -10,7 +10,6 @@ WizardStyle=modern
10
OutputBaseFilename=stackmatch-cli-setup
11
Compression=lzma2
12
SolidCompression=yes
13
-PrivilegesRequired=admin
14
15
[Languages]
16
Name: "english"; MessagesFile: "compiler:Default.isl"
0 commit comments