We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7062e98 commit 203f4f1Copy full SHA for 203f4f1
2 files changed
.github/workflows/release.yml
@@ -62,7 +62,7 @@ jobs:
62
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
63
APPLE_APP_PASSWORD: ${{ secrets.APPLE_APP_PASSWORD }}
64
run: |
65
- for archive in dist/lazyagent_*_darwin_*.tar.gz; do
+ for archive in dist/lazyagent_*_darwin_*.zip; do
66
echo "Notarizing $archive ..."
67
xcrun notarytool submit "$archive" \
68
--apple-id "$APPLE_ID" \
.goreleaser.yaml
@@ -45,7 +45,18 @@ builds:
45
- arm64
46
47
archives:
48
- - formats:
+ - id: darwin
49
+ builds:
50
+ - darwin
51
+ formats:
52
+ - zip
53
+ files:
54
+ - README.md
55
+ - LICENSE
56
+ - id: linux
57
58
+ - linux
59
60
- tar.gz
61
files:
- README.md
0 commit comments