Skip to content

Commit

Permalink
Removed zipfiles as they don't work
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanratcliffe committed Mar 1, 2024
1 parent 3ce7d3f commit 037de05
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
4 changes: 0 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,6 @@ changelog:
- "^docs:"
- "^test:"

release:
extra_files:
- glob: dist/overmind-cli-amd64.zip
- glob: dist/overmind-cli-arm64.zip
# The lines beneath this are called `modelines`. See `:help modeline`
# Feel free to remove those if you don't want/use them.
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
Expand Down
3 changes: 0 additions & 3 deletions gon-amd64.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,5 @@
"dmg" :{
"output_path": "dist/overmind-cli-amd64.dmg",
"volume_name": "Overmind"
},
"zip" :{
"output_path": "dist/overmind-cli-amd64.zip"
}
}
3 changes: 0 additions & 3 deletions gon-arm64.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,5 @@
"dmg" :{
"output_path": "dist/overmind-cli-arm64.dmg",
"volume_name": "Overmind"
},
"zip" :{
"output_path": "dist/overmind-cli-amd64.zip"
}
}

0 comments on commit 037de05

Please sign in to comment.