File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments