From 1141d2735d0a6dbfd61318eaba3c9044fa563b04 Mon Sep 17 00:00:00 2001 From: Michael Tautschnig Date: Thu, 18 Jul 2024 12:20:12 +0000 Subject: [PATCH] fixup! CI jobs: remove use of deprecated set-output Fixes the output name to match the variable name that was changed in fbf6eca0. (The change in fbf6eca0 was unintentional, but makes it more uniform with other output names.) --- .github/workflows/release-brew.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-brew.yaml b/.github/workflows/release-brew.yaml index dc7580b..fa494ed 100644 --- a/.github/workflows/release-brew.yaml +++ b/.github/workflows/release-brew.yaml @@ -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