Skip to content

Commit

Permalink
workflows: Fix tarball top-level directory name in release
Browse files Browse the repository at this point in the history
Fallout from commit 0a31f91
  • Loading branch information
martinpitt committed Dec 21, 2024
1 parent 11e97db commit e49dfe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
mkdir tmp
cd tmp
tar xf ../dist/python_dbusmock-${{ github.ref_name }}.tar.gz
cd python-dbusmock-*
cd python_dbusmock-*
test "$(PYTHONPATH=. python3 -c 'import dbusmock; print(dbusmock.__version__)')" = "${{ github.ref_name }}"
PYTHONPATH=. python3 tests/test_api.py
cd ../..
Expand Down

0 comments on commit e49dfe5

Please sign in to comment.