fix: specify shell type for artifact path preparation step in GitHub Actions workflow

This commit is contained in:
2025-08-24 14:19:18 +02:00
parent 70524b4b34
commit 3c9f288715

View File

@@ -33,6 +33,7 @@ jobs:
- name: Prepare artifact path
id: artifact_path
shell: bash
run: |
if [ "${{ matrix.os }}" = "windows-latest" ]; then
echo "path=target/${{ matrix.target }}/release/codebase-to-prompt.exe" >> $GITHUB_OUTPUT