Skip to content

Commit 7c362f7

Browse files
check the existence of .deb file
Changes to be committed: modified: build_debian_package.yml
1 parent d0f10f5 commit 7c362f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build_debian_package.yml

+3
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,6 @@ jobs:
8888
# create debian package
8989
mk-build-deps -s sudo -i
9090
91+
# check if the package is created
92+
ls mpv*.deb || exit 1
93+

0 commit comments

Comments
 (0)