Skip to content

Commit

Permalink
ci: Display release url after creating release
Browse files Browse the repository at this point in the history
  • Loading branch information
en-milie committed May 27, 2024
1 parent 7ced1c0 commit a1e2e79
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ jobs:
prerelease: false
body: ${{ env.CHANGELOG}}

- name: Print Release URL
id: print_release_url
run: |
echo "Release URL: ${{ steps.create_release.outputs.upload_url }}"
build_linux_arm64:
name: Building Linux arm64 for CATS ${{ github.event.inputs.releaseversion }}
runs-on: ubuntu-latest
Expand Down Expand Up @@ -94,7 +99,6 @@ jobs:
asset_path: cats_linux_arm64_${{ github.event.inputs.releaseversion }}.tar.gz
asset_name: cats_linux_arm64_${{ github.event.inputs.releaseversion }}.tar.gz
asset_content_type: application/gzip
run: echo ${{ env.RELEASE_URL }}

build_uberjar:
name: Building CATS uberjar for release ${{ github.event.inputs.releaseversion }}
Expand Down

0 comments on commit a1e2e79

Please sign in to comment.