Skip to content

Commit a68a042

Browse files
committed
update debian-trixie image to :2, add release files to workflow
1 parent a8ae39e commit a68a042

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build-packages.yml

Lines changed: 3 additions & 0 deletions
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

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
{
7070
"group": "debian",
7171
"os_name": "debian-trixie",
72-
"image": "ci.cr.45d.io/ci/simple/debian-trixie:1"
72+
"image": "ci.cr.45d.io/ci/simple/debian-trixie:2"
7373
},
7474
{
7575
"image": "ci.cr.45d.io/ci/simple/rocky-el8:1",

0 commit comments

Comments
 (0)