Skip to content

Commit

Permalink
Fix release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
godsarmy committed Jan 5, 2025
1 parent 5ceef0d commit 9bfd0bc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Build and Release Binaries

permissions:
contents: write # Add write permission to contents for release assets

on:
release:
types: [created]
Expand Down Expand Up @@ -46,5 +49,5 @@ jobs:
upload_url: ${{ github.event.release.upload_url }}
asset_path: bin/beanstalk-cli.${{ matrix.arch }}.${{ matrix.os }}${{ matrix.extension }}
asset_name: |
beanstalk-cli.${{ matrix.os }}.${{ matrix.arch }}${{ matrix.extension }}
beanstalk-cli.${{ matrix.arch }}.${{ matrix.os }}${{ matrix.extension }}
asset_content_type: application/octet-stream

0 comments on commit 9bfd0bc

Please sign in to comment.