Skip to content

Commit 1d5a19c

Browse files
committed
Update build-client-deb.yml
1 parent 3795d6d commit 1d5a19c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
- name: Extract version from tag
4242
id: vars
4343
run: echo "VERSION=${GITHUB_REF_NAME#Release/}" >> $GITHUB_ENV
44+
- name: check work space
45+
run: find $GITHUB_WORKSPACE
4446
- name: Build Bareos Client
4547
working-directory: ./bareos-repo
4648
run: |

0 commit comments

Comments
 (0)