Skip to content

Commit

Permalink
CI: skip FreeBSD binary upload 馃挌
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Mar 2, 2022
1 parent 29b2bf5 commit cc28f79
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
set -o pipefail
cat bin/darwin-x64 | gzip --best >bin/darwin-x64.gz
cat bin/darwin-arm64 | gzip --best >bin/darwin-arm64.gz
cat bin/freebsd-x64 | gzip --best >bin/freebsd-x64.gz
# cat bin/freebsd-x64 | gzip --best >bin/freebsd-x64.gz
cat bin/linux-arm | gzip --best >bin/linux-arm.gz
cat bin/linux-arm64 | gzip --best >bin/linux-arm64.gz
cat bin/linux-ia32 | gzip --best >bin/linux-ia32.gz
Expand Down Expand Up @@ -91,22 +91,22 @@ jobs:
asset_name: darwin-arm64.README
asset_content_type: text/plain

- uses: actions/upload-release-asset@v1.0.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: bin/freebsd-x64
asset_name: freebsd-x64
asset_content_type: application/octet-stream
- uses: actions/upload-release-asset@v1.0.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: bin/freebsd-x64.gz
asset_name: freebsd-x64.gz
asset_content_type: application/octet-stream
# - uses: actions/upload-release-asset@v1.0.1
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# upload_url: ${{ steps.create_release.outputs.upload_url }}
# asset_path: bin/freebsd-x64
# asset_name: freebsd-x64
# asset_content_type: application/octet-stream
# - uses: actions/upload-release-asset@v1.0.1
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# upload_url: ${{ steps.create_release.outputs.upload_url }}
# asset_path: bin/freebsd-x64.gz
# asset_name: freebsd-x64.gz
# asset_content_type: application/octet-stream

- uses: actions/upload-release-asset@v1.0.1
env:
Expand Down

0 comments on commit cc28f79

Please sign in to comment.