Skip to content

Commit f90f60f

Browse files
Update build-and-release.yml
1 parent 823c9ec commit f90f60f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
3232
- name: Build
3333
run: |
34-
make package
34+
make package FINALPACKAGE=1
3535
PACKAGE=$(ls packages/ | grep .deb)
3636
if [ -z "$PACKAGE" ]; then
3737
echo "No packages found."

0 commit comments

Comments
 (0)