Add workflow #1

Merged
seang96 merged 17 commits from test into main 2025-09-19 23:10:47 +00:00
Showing only changes of commit d55f44ed73 - Show all commits

Remove extra curly brace
Some checks failed
Build and Patch Releases / check-latest-tag (push) Successful in 2s
Build and Patch Releases / build (push) Failing after 14s

Sean Greenawalt 2025-09-19 18:46:14 -04:00

View file

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