Skip to content

Commit

Permalink
Fix Upload
Browse files Browse the repository at this point in the history
  • Loading branch information
crazygao committed Oct 20, 2023
1 parent 6d49afc commit 215f57e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/promptflow-replay-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ jobs:
with:
setupType: promptflow_with_extra
scriptPath: ${{ env.testWorkingDirectory }}
- name: Upload Wheel
if: always()
uses: actions/upload-artifact@v3
with:
name: wheel
path: |
${{ env.testWorkingDirectory }}/dist/*.whl
${{ env.testWorkingDirectory }}/../promptflow-tools/dist/*.whl
sdk_cli_tests:
needs: build
strategy:
Expand All @@ -57,6 +65,7 @@ jobs:
- name: Download Artifacts
uses: actions/download-artifact@v3
with:
name: wheel
path: artifacts
- name: Install wheel
shell: pwsh
Expand Down

0 comments on commit 215f57e

Please sign in to comment.