Skip to content

Commit

Permalink
update portable
Browse files Browse the repository at this point in the history
  • Loading branch information
Ying Chen committed Mar 18, 2024
1 parent 9a3b1a2 commit 4001f71
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/build_msi_installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,6 @@ jobs:
setupType: promptflow_with_extra
scriptPath: ${{ env.testWorkingDirectory }}

- name: Generate portable promptflow
run: |
echo "Python_ROOT_DIR: $env:Python_ROOT_DIR"
Compress-Archive -Path $env:Python_ROOT_DIR -DestinationPath promptflow-${{ steps.get-version.outputs.version }}.zip
shell: pwsh

- name: Generate promptflow spec file to config pyinstaller
working-directory: ${{ github.workspace }}/scripts/installer/windows/scripts
run: |
Expand Down Expand Up @@ -143,6 +137,11 @@ jobs:
pyinstaller promptflow.spec
shell: pwsh

- name: Generate portable promptflow
run: |
Compress-Archive -Path ${{ github.workspace }}/scripts/installer/windows/scripts/dist -DestinationPath promptflow-${{ steps.get-version.outputs.version }}.zip
shell: pwsh

- name: Build WIX project
working-directory: ${{ github.workspace }}/scripts/installer/windows
run: |
Expand Down

0 comments on commit 4001f71

Please sign in to comment.