Skip to content

Commit

Permalink
fixup! CI jobs: remove use of deprecated set-output
Browse files Browse the repository at this point in the history
Fixes the output name to match the variable name that was changed in
fbf6eca. (The change in fbf6eca was unintentional, but makes it more
uniform with other output names.)
  • Loading branch information
tautschnig authored and feliperodri committed Jul 18, 2024
1 parent d97e6a3 commit 1141d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-brew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
uses: actions/upload-release-asset@v1.0.2
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ${{ steps.get_package_path.outputs.bottle }}
asset_path: ${{ steps.get_package_path.outputs.bottle_name }}
asset_name: ${{ steps.get_file_name.outputs.file_name }}
asset_content_type: application/x-gzip

Expand Down

0 comments on commit 1141d27

Please sign in to comment.