We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b6701ca + 4fd515b commit e6c2a2bCopy full SHA for e6c2a2b
.bonsai.yml
@@ -41,6 +41,14 @@ builds:
41
- "entity.system.os == 'darwin'"
42
- "entity.system.arch == 'amd64'"
43
44
+- platform: "OSX"
45
+ arch: "arm64"
46
+ asset_filename: "#{repo}_#{version}_darwin_arm64.tar.gz"
47
+ sha_filename: "#{repo}_#{version}_sha512-checksums.txt"
48
+ filter:
49
+ - "entity.system.os == 'darwin'"
50
+ - "entity.system.arch == 'arm64'"
51
+
52
- platform: "Windows"
53
arch: "amd64"
54
asset_filename: "#{repo}_#{version}_windows_amd64.tar.gz"
.github/workflows/release.yml
@@ -21,6 +21,6 @@ jobs:
21
uses: goreleaser/goreleaser-action@v2
22
with:
23
version: latest
24
- args: release --rm-dist
+ args: release --clean
25
env:
26
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments