Skip to content

Commit 943f663

Browse files
committed
Fix coverage file name
1 parent d9050c5 commit 943f663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
run: |
1818
import secrets
1919
rnd = secrets.token_hex(16)
20-
print(f"::set-output name=file::.coverage-{rnd}")
20+
print(f"::set-output name=file::.coverage.{rnd}")
2121
shell: python
2222
- name: Rename file
2323
run: mv ${{ inputs.file }} ${{ steps.meta.outputs.file }}

0 commit comments

Comments
 (0)