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 a0e98e2 commit db4b366Copy full SHA for db4b366
.github/workflows/build.yml
@@ -3,8 +3,8 @@ on:
3
push:
4
branches:
5
- main
6
- paths:
7
- - 'debian/changelog'
+# paths:
+# - 'debian/changelog'
8
workflow_dispatch: # allow manual triggering
9
10
jobs:
@@ -84,7 +84,7 @@ jobs:
84
- name: Create distribution repository
85
run: |
86
find .
87
- reprepro -b debian/artifacts include current debian/artifacts/*.changes
+ for file in debian/artifacts/*.changes; do reprepro -b debian/artifacts include current $file;done
88
reprepro -b debian/artifacts export
89
- name: Commit changes if any
90
0 commit comments