Skip to content

Commit bc48af4

Browse files
committed
fix: align release asset globs with RPM names
1 parent 643965c commit bc48af4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -301,9 +301,9 @@ jobs:
301301
target_commitish: ${{ github.sha }}
302302
generate_release_notes: true
303303
files: |
304-
dist/*.x86_64.rpm
305-
dist/*.aarch64.rpm
306-
dist/*.noarch.rpm
304+
dist/*x86_64.rpm
305+
dist/*aarch64.rpm
306+
dist/*noarch.rpm
307307
dist/*.src.rpm
308308
dist/*SHA256SUMS.txt
309309
dist/*-requires.txt

0 commit comments

Comments
 (0)