We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b536d80 commit e50e464Copy full SHA for e50e464
.github/workflows/build-packages.yml
@@ -90,6 +90,9 @@ jobs:
90
name: ${{env.TITLE}} ${{env.VERSION}}
91
prerelease: ${{env.PRERELEASE}}
92
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
96
env:
97
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
98
@@ -107,4 +110,4 @@ jobs:
107
110
if: startsWith(github.ref, 'refs/tags/')
108
111
uses: 45drives/actions/sync-repo@main
109
112
with:
- directory: ${{ github.workspace }}
113
+ directory: ${{ github.workspace }}
0 commit comments