Skip to content

Commit e50e464

Browse files
committed
include packages with release assets
1 parent b536d80 commit e50e464

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-packages.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ jobs:
9090
name: ${{env.TITLE}} ${{env.VERSION}}
9191
prerelease: ${{env.PRERELEASE}}
9292
body_path: ${{github.workspace}}/CHANGELOG.md
93+
files: |
94+
/mnt/ci_artifacts/${{ needs.prebuild.outputs.uuid }}/sign/**/*.deb
95+
/mnt/ci_artifacts/${{ needs.prebuild.outputs.uuid }}/sign/**/*.rpm
9396
env:
9497
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
9598

@@ -107,4 +110,4 @@ jobs:
107110
if: startsWith(github.ref, 'refs/tags/')
108111
uses: 45drives/actions/sync-repo@main
109112
with:
110-
directory: ${{ github.workspace }}
113+
directory: ${{ github.workspace }}

0 commit comments

Comments
 (0)