Skip to content

Commit

Permalink
Add debugging and update the release tool.
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidtw committed Dec 19, 2024
1 parent cb8726c commit e2659e6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/meson-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,14 @@ jobs:
with:
gh-token: ${{ github.token }}
meson-provides: ${{ inputs.meson-provides }}


- name: Debug Outputs
run: |
echo "Release Name: ${{ steps.bundle.outputs.release-name }}"
echo "Release Tag: ${{ steps.bundle.outputs.release-tag }}"
echo "Release Body File: ${{ steps.bundle.outputs.release-body-file }}"
echo "Artifact Dir: ${{ steps.bundle.outputs.artifact-dir }}"
- name: Upload Release
uses: ncipollo/release-action@a2e71bdd4e7dab70ca26a852f29600c98b33153e # v1.12.0
with:
Expand Down

0 comments on commit e2659e6

Please sign in to comment.