We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6842f96 commit f91c5e6Copy full SHA for f91c5e6
1 file changed
.github/workflows/publish.yml
@@ -28,8 +28,8 @@ jobs:
28
uses: softprops/action-gh-release@v2
29
with:
30
files: |
31
- out/make/*.deb
32
- out/make/*.rpm
+ out/make/deb/**/*.deb
+ out/make/rpm/**/*.rpm
33
env:
34
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35
0 commit comments