We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edc5d56 commit f20911dCopy full SHA for f20911d
.github/workflows/build-client-deb.yml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
build-deb:
10
- runs-on: ubuntu-22.04
+ runs-on: debian:bookworm
11
strategy:
12
fail-fast: false
13
matrix:
@@ -69,7 +69,6 @@ jobs:
69
70
- name: Attach DEB to GitHub Release
71
uses: softprops/action-gh-release@v1
72
- if: startsWith(github.ref, 'refs/tags/')
73
with:
74
files: bareos-repo/build/*.deb
75
0 commit comments