Skip to content

Commit 9a67326

Browse files
committed
Use filename to communicate nature of unused notarization output file
The project specific filename makes the file less suitable to be used as a "template" for application to any project. Since this file is not used for anything, there is no need for it to have any special name.
1 parent ecd1837 commit 9a67326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gon.config.hcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ sign {
1010
# Ask Gon for zip output to force notarization process to take place.
1111
# The CI will ignore the zip output, using the signed binary only.
1212
zip {
13-
output_path = "arduino-lint.zip"
13+
output_path = "unused.zip"
1414
}

0 commit comments

Comments
 (0)