Skip to content

Commit 6689972

Browse files
committed
fix: #9 don't sign zip files
1 parent 3054aee commit 6689972

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build/Build.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,6 @@ protected override void OnBuildInitialized()
199199
Log.Warning("No files found in {OutputFolder}", OutputDirectory.Name);
200200
}
201201

202-
SignFiles(files.Select(p => p.ToString()), "IconPacks Browser", GitRepository.HttpsUrl);
203-
204202
files.ForEach(p => UploadReleaseAssetToGithub(GitHubTasks.GitHubClient, createdRelease, p));
205203
});
206204

0 commit comments

Comments
 (0)