Skip to content

Commit cc28f79

Browse files
committed
CI: skip FreeBSD binary upload 💚
1 parent 29b2bf5 commit cc28f79

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

.github/workflows/release-binaries.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
set -o pipefail
2121
cat bin/darwin-x64 | gzip --best >bin/darwin-x64.gz
2222
cat bin/darwin-arm64 | gzip --best >bin/darwin-arm64.gz
23-
cat bin/freebsd-x64 | gzip --best >bin/freebsd-x64.gz
23+
# cat bin/freebsd-x64 | gzip --best >bin/freebsd-x64.gz
2424
cat bin/linux-arm | gzip --best >bin/linux-arm.gz
2525
cat bin/linux-arm64 | gzip --best >bin/linux-arm64.gz
2626
cat bin/linux-ia32 | gzip --best >bin/linux-ia32.gz
@@ -91,22 +91,22 @@ jobs:
9191
asset_name: darwin-arm64.README
9292
asset_content_type: text/plain
9393

94-
- uses: actions/upload-release-asset@v1.0.1
95-
env:
96-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
97-
with:
98-
upload_url: ${{ steps.create_release.outputs.upload_url }}
99-
asset_path: bin/freebsd-x64
100-
asset_name: freebsd-x64
101-
asset_content_type: application/octet-stream
102-
- uses: actions/upload-release-asset@v1.0.1
103-
env:
104-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
105-
with:
106-
upload_url: ${{ steps.create_release.outputs.upload_url }}
107-
asset_path: bin/freebsd-x64.gz
108-
asset_name: freebsd-x64.gz
109-
asset_content_type: application/octet-stream
94+
# - uses: actions/upload-release-asset@v1.0.1
95+
# env:
96+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
97+
# with:
98+
# upload_url: ${{ steps.create_release.outputs.upload_url }}
99+
# asset_path: bin/freebsd-x64
100+
# asset_name: freebsd-x64
101+
# asset_content_type: application/octet-stream
102+
# - uses: actions/upload-release-asset@v1.0.1
103+
# env:
104+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
105+
# with:
106+
# upload_url: ${{ steps.create_release.outputs.upload_url }}
107+
# asset_path: bin/freebsd-x64.gz
108+
# asset_name: freebsd-x64.gz
109+
# asset_content_type: application/octet-stream
110110

111111
- uses: actions/upload-release-asset@v1.0.1
112112
env:

0 commit comments

Comments
 (0)