Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
abose authored Feb 14, 2024
1 parent 05c141a commit b151270
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ jobs:

runs-on: ${{ matrix.platform }}
steps:
- name: Debug print upload_url
run: |
echo "release_id: ${{ needs.create-release.outputs.release_id }}"
echo "Upload URL: ${{ needs.create-release.outputs.upload_url }}"
- uses: actions/checkout@v4
- name: get Git Tag
shell: bash
Expand Down

0 comments on commit b151270

Please sign in to comment.