Skip to content

Commit c5d9fde

Browse files
authored
minor typo in release.yml
- aros-node --> aros_node
1 parent 1d68614 commit c5d9fde

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-pypi.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: |
3838
make dist
3939
ls dist/
40-
tar tvf dist/aros-node-*.tar.gz
40+
tar tvf dist/aros_node-*.tar.gz
4141
python3 -m twine upload --repository testpypi dist/*
4242
4343
- name: Build and publish to PyPI
@@ -48,5 +48,5 @@ jobs:
4848
run: |
4949
make dist
5050
ls dist/
51-
tar tvf dist/aros-node-*.tar.gz
52-
python3 -m twine upload dist/*
51+
tar tvf dist/aros_node-*.tar.gz
52+
python3 -m twine upload dist/*

0 commit comments

Comments
 (0)