Skip to content

Commit db4b366

Browse files
committed
WIP GH
1 parent a0e98e2 commit db4b366

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ on:
33
push:
44
branches:
55
- main
6-
paths:
7-
- 'debian/changelog'
6+
# paths:
7+
# - 'debian/changelog'
88
workflow_dispatch: # allow manual triggering
99

1010
jobs:
@@ -84,7 +84,7 @@ jobs:
8484
- name: Create distribution repository
8585
run: |
8686
find .
87-
reprepro -b debian/artifacts include current debian/artifacts/*.changes
87+
for file in debian/artifacts/*.changes; do reprepro -b debian/artifacts include current $file;done
8888
reprepro -b debian/artifacts export
8989
- name: Commit changes if any
9090
run: |

0 commit comments

Comments
 (0)