Skip to content

Commit 41135bc

Browse files
chore: bump version
1 parent 8e731e6 commit 41135bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-and-release-single-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ jobs:
159159
python -m build
160160
161161
- name: Rename files
162+
working-directory: ${{ steps.set-variables.outputs.package_dir }}
162163
run: |
163164
for file in ./dist/*; do mv "$file" "${file//_/-}"; done
164165

0 commit comments

Comments
 (0)