Skip to content

Commit d8a59cc

Browse files
committed
add to release workflow too
1 parent a4d5c5a commit d8a59cc

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ jobs:
8989
- uses: actions/checkout@v5
9090
- name: 'Windows only, set TEMP to the same drive'
9191
if: ${{ matrix.os == 'windows-latest' }}
92+
# temporary waiting for https://github.com/parcel-bundler/parcel/pull/10095 to fix
9293
run: |
9394
mkdir "D:\\Temp"
9495
echo "TEMP=D:\\Temp" >> $env:GITHUB_ENV

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,12 @@ jobs:
147147
- uses: actions/checkout@v5
148148
with:
149149
ref: ${{ needs.release-drafter.outputs.tag_name }}
150+
- name: 'Windows only, set TEMP to the same drive'
151+
if: ${{ matrix.os == 'windows-latest' }}
152+
# temporary waiting for https://github.com/parcel-bundler/parcel/pull/10095 to fix
153+
run: |
154+
mkdir "D:\\Temp"
155+
echo "TEMP=D:\\Temp" >> $env:GITHUB_ENV
150156
151157
- name: Bootstrap Action Workspace
152158
id: bootstrap

0 commit comments

Comments
 (0)