Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
abose authored Feb 14, 2024
1 parent 528400d commit 3d44b87
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ jobs:

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

0 comments on commit 3d44b87

Please sign in to comment.