Skip to content

Commit

Permalink
test build
Browse files Browse the repository at this point in the history
  • Loading branch information
zalenskiSofteq committed Oct 29, 2024
1 parent c9216ca commit 82a27f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline-build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ jobs:
- name: Build windows package (production)
if: inputs.environment == 'production'
run: |
yarn package:prod --target win32-x64 --out ${packagePath}
yarn package:prod --target win32-x64 --out ${{ env.packagePath }}
- name: Build windows package (staging)
if: inputs.environment == 'staging'
run: |
sed -i "s/^RI_APP_FOLDER_NAME=.*/RI_APP_FOLDER_NAME='.redis-for-vscode-stage'/" $envFile
yarn package:stage --target win32-x64 --out ${packagePath}
yarn package:stage --target win32-x64 --out ${{ env.packagePath }}
- uses: actions/upload-artifact@v4
name: Upload extension artifact
Expand Down

0 comments on commit 82a27f3

Please sign in to comment.