Skip to content

Commit

Permalink
Update release-binaries.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
srubin committed Sep 16, 2023
1 parent 59064e0 commit 5bdfd1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: bin/ffprobe-darwin-arm
asset_name: ffprobe-darwin-arm
asset_path: bin/ffprobe-darwin-arm64
asset_name: ffprobe-darwin-arm64
asset_content_type: application/octet-stream

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

0 comments on commit 5bdfd1c

Please sign in to comment.