Skip to content

Commit 82a27f3

Browse files
committed
test build
1 parent c9216ca commit 82a27f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pipeline-build-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ jobs:
3434
- name: Build windows package (production)
3535
if: inputs.environment == 'production'
3636
run: |
37-
yarn package:prod --target win32-x64 --out ${packagePath}
37+
yarn package:prod --target win32-x64 --out ${{ env.packagePath }}
3838
3939
- name: Build windows package (staging)
4040
if: inputs.environment == 'staging'
4141
run: |
4242
sed -i "s/^RI_APP_FOLDER_NAME=.*/RI_APP_FOLDER_NAME='.redis-for-vscode-stage'/" $envFile
43-
yarn package:stage --target win32-x64 --out ${packagePath}
43+
yarn package:stage --target win32-x64 --out ${{ env.packagePath }}
4444
4545
- uses: actions/upload-artifact@v4
4646
name: Upload extension artifact

0 commit comments

Comments
 (0)