Skip to content

Commit e49dfe5

Browse files
committed
workflows: Fix tarball top-level directory name in release
Fallout from commit 0a31f91
1 parent 11e97db commit e49dfe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
mkdir tmp
3838
cd tmp
3939
tar xf ../dist/python_dbusmock-${{ github.ref_name }}.tar.gz
40-
cd python-dbusmock-*
40+
cd python_dbusmock-*
4141
test "$(PYTHONPATH=. python3 -c 'import dbusmock; print(dbusmock.__version__)')" = "${{ github.ref_name }}"
4242
PYTHONPATH=. python3 tests/test_api.py
4343
cd ../..

0 commit comments

Comments
 (0)