Skip to content

Commit f5c977e

Browse files
committed
WIP GH
1 parent 70e37e9 commit f5c977e

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
@@ -85,11 +85,11 @@ jobs:
8585
run: |
8686
git checkout --orphan data
8787
git rm -rf --cached .
88-
for file in debian/artifacts/*.changes; do reprepro -b debian/artifacts include current $file;done
89-
reprepro -b debian/artifacts --outdir data/ export
88+
for file in debian/artifacts/*.changes; do reprepro -b debian/artifacts --outdir repo/ include current $file;done
89+
reprepro -b debian/artifacts --outdir repo export
9090
git config --global user.name "github-actions"
9191
git config --global user.email "[email protected]"
92-
git add data/.
92+
git add repo/.
9393
git diff --cached --quiet || git commit --allow-empty -m "Update published repository files"
9494
git push --force --set-upstream origin data
9595
- name: "publish repository to web server"

0 commit comments

Comments
 (0)