Skip to content

Commit 64991a6

Browse files
committed
ci(windows): set env vars using bash to populate GITHUB_ENV
Ensure wd_path/kit_path/KIT are written via bash so Windows gets proper KIT for build/test. Stabilizes overlay-helpers by guaranteeing KIT is defined.
1 parent 2e69feb commit 64991a6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
uses: rlespinasse/github-slug-action@v4
2323

2424
- name: Set env vars
25+
shell: bash
2526
run: |
2627
echo "wd_path=$PWD" >> $GITHUB_ENV
2728
echo "kit_path=$PWD/.kit" >> $GITHUB_ENV
@@ -81,6 +82,7 @@ jobs:
8182
uses: rlespinasse/github-slug-action@v4
8283

8384
- name: Set env vars
85+
shell: bash
8486
run: |
8587
echo "wd_path=$PWD" >> $GITHUB_ENV
8688
echo "kit_path=$PWD/.kit" >> $GITHUB_ENV
@@ -120,6 +122,7 @@ jobs:
120122
uses: rlespinasse/github-slug-action@v4
121123

122124
- name: Set env vars
125+
shell: bash
123126
run: |
124127
echo "wd_path=$PWD" >> $GITHUB_ENV
125128
echo "kit_path=$PWD/.kit" >> $GITHUB_ENV

0 commit comments

Comments
 (0)