fix: specify shell type for artifact path preparation step in GitHub Actions workflow
This commit is contained in:
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user