Skip to content

Commit b8a38d8

Browse files
committed
Publish the .deb in the release page
1 parent 853786d commit b8a38d8

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ jobs:
106106
- name: Upload Debian package artifact
107107
uses: actions/upload-artifact@v7
108108
with:
109-
name: debian-package
110109
path: dist/debian/*.deb
111110
if-no-files-found: error
111+
archive: false
112112

113113
release:
114114
name: Publish release
@@ -129,7 +129,9 @@ jobs:
129129
- name: Download artifacts
130130
uses: actions/download-artifact@v8
131131
with:
132+
pattern: '*.deb'
132133
path: dist/artifacts
134+
merge-multiple: true
133135

134136
- name: Generate release notes
135137
run: ./release.sh notes > release-notes.md
@@ -142,5 +144,6 @@ jobs:
142144
draft: false
143145
prerelease: false
144146
body_path: release-notes.md
147+
fail_on_unmatched_files: true
145148
files: |
146-
dist/artifacts/debian-package/*.deb
149+
dist/artifacts/*.deb

0 commit comments

Comments
 (0)