Skip to content

Commit

Permalink
Adjust path to find dowloaded artifact.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgautier committed Dec 14, 2024
1 parent d927a7d commit f35d72d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,7 @@ jobs:
path: dist/
- name: Source package path.
run: |
ls -l dist/
ls -l dist/mashing-pumpkins-sdist
echo "SRC_DIST=$(ls -1 dist/*.tar.gz | tail -n 1)" >> $GITHUB_ENV
echo "SRC_DIST=$(ls -1 dist/mashing-pumpkins-sdist/*.tar.gz | tail -n 1)" >> $GITHUB_ENV
- name: Test
run: |
${{ matrix.venv_activate }}
Expand Down

0 comments on commit f35d72d

Please sign in to comment.