Skip to content

Commit

Permalink
pipeline debug
Browse files Browse the repository at this point in the history
  • Loading branch information
teqdruid committed May 18, 2024
1 parent 6c74661 commit 8ddf8c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/esiRuntimePublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ jobs:
shell: bash
id: whl-name
run: |
echo WHL=`ls ./wheelhouse/*.whl` >> "$GITHUB_OUTPUT"
echo WHL=`ls wheelhouse/*.whl` >> "$GITHUB_OUTPUT"
- name: Upload wheels as artifacts
uses: actions/upload-artifact@v4
with:
name: python-wheels
path: ./wheelhouse/${{ steps.whl-name.outputs.WHL }}
path: ${{ steps.whl-name.outputs.WHL }}
retention-days: 7
if-no-files-found: error

Expand Down

0 comments on commit 8ddf8c7

Please sign in to comment.