Fix debugging
Some checks failed
Build and Patch Releases / check-latest-tag (push) Successful in 1s
Build and Patch Releases / build (push) Failing after 12s

This commit is contained in:
Sean Greenawalt 2025-09-19 18:54:14 -04:00
commit 140f5b40e9

View file

@ -49,8 +49,8 @@ jobs:
- name: Clone Stirling-PDF Repository
run: |
echo "Latest tag: $needs.check-latest-tag.outputs.latest_tag"
git clone --branch ${{ needs.check-latest-tag.outputs.latest_tag }} --depth 1 https://github.com/Stirling-Tools/Stirling-PDF.git
echo "Latest tag: ${{ needs.check-latest-tag.outputs.latest_tag }}"
git clone --branch "${{ needs.check-latest-tag.outputs.latest_tag }}" --depth 1 https://github.com/Stirling-Tools/Stirling-PDF.git
- name: Apply Patches
run: |