Skip to content

Commit 66a49ab

Browse files
authored
Update build-nabla.yml, update shell for prefix setup
1 parent e2ea8d4 commit 66a49ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-nabla.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ jobs:
4444

4545
- name: Set prefix
4646
id: set-prefix
47+
shell: bash
4748
run: |
48-
echo "prefix=run-windows-${{ matrix.tag }}-${{ matrix.vendor }}-${{ matrix.config }}" >> $GITHUB_OUTPUT
49+
echo "prefix=run-windows-${{ matrix.tag }}-${{ matrix.vendor }}-${{ matrix.config }}" >> "$GITHUB_OUTPUT"
4950
5051
- name: Pull Image
5152
run: |

0 commit comments

Comments
 (0)