Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
drop netbsd
  • Loading branch information
rcoh authored Jun 8, 2024
1 parent 970a6f1 commit 0571044
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ jobs:
# Linux
- x86_64-unknown-linux-gnu
- x86_64-unknown-linux-musl
- x86_64-unknown-netbsd
steps:
- uses: actions/checkout@v2
- uses: actions/download-artifact@v1
Expand Down Expand Up @@ -112,4 +111,4 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ${{ env.BIN }}.tar.gz
asset_name: ${{ env.BIN }}-${{ matrix.target }}.tar.gz
asset_content_type: application/gzip
asset_content_type: application/gzip

0 comments on commit 0571044

Please sign in to comment.