fixup! fixup! Extend workflows to allow for quirks.

This commit is contained in:
2025-12-16 13:14:24 +00:00
parent 1b7d34effa
commit c0b292337a
+3
View File
@@ -166,6 +166,9 @@ jobs:
- name: Run workflow prepare script
shell: bash
env:
TARGET_GOOS: ${{ matrix.goos }}
TARGET_GOARCH: ${{ matrix.goarch }}
run: |
if [ -f "./workflow-prepare.sh" ]; then
chmod +x ./workflow-prepare.sh