Skip to content

Commit f20911d

Browse files
committed
Update build-client-deb.yml
1 parent edc5d56 commit f20911d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-client-deb.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build-deb:
10-
runs-on: ubuntu-22.04
10+
runs-on: debian:bookworm
1111
strategy:
1212
fail-fast: false
1313
matrix:
@@ -69,7 +69,6 @@ jobs:
6969

7070
- name: Attach DEB to GitHub Release
7171
uses: softprops/action-gh-release@v1
72-
if: startsWith(github.ref, 'refs/tags/')
7372
with:
7473
files: bareos-repo/build/*.deb
7574

0 commit comments

Comments
 (0)