Skip to content

Commit 1c17e84

Browse files
committed
Correct publish workflow.
1 parent 2fba13d commit 1c17e84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
version: tags/${{ github.event.release.tag_name }}
1717
# This next line is *not* a bash filename expansion - it's a regex.
18-
file: ${{ github.event.repository.name }}.*
18+
file: system_pyside6.*
1919
regex: true
2020
target: dist/
2121

0 commit comments

Comments
 (0)