We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52a51ce commit f5243a1Copy full SHA for f5243a1
pyproject.toml
@@ -4,8 +4,11 @@ build-backend = "pseudo_builder"
4
5
[tool.release-gitter]
6
extract-files = ["stylua"]
7
-format = "stylua-{system}.zip"
+format = "stylua-{system}{arch}.zip"
8
exec = "chmod +x stylua"
9
+[tool.release-gitter.map-arch]
10
+x86_64 = ""
11
+arm64 = "-aarch64"
12
[tool.release-gitter.map-system]
13
Darwin = "macos"
14
Windows = "win64"
0 commit comments