File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,11 +57,11 @@ jobs:
57
57
58
58
mkdir -p source destination
59
59
if [[ "${{ matrix.platform }}" =~ ^(dl|archive) ]]; then
60
- cd source ; lftp -e "mirror --include-glob=*/archive/*.torrent --parallel=64; exit" ${{ env.SOURCE_OF_TRUTH }}${{ matrix.platform }}
60
+ cd source ; lftp -e "mirror --include-glob=*/archive/*.torrent --parallel=64; exit" ${{ env.SOURCE_OF_TRUTH }}/ ${{ matrix.platform }}
61
61
cd ..
62
62
find source/*/archive/ -mindepth 1 -maxdepth 1 -exec mv -i -- {} destination/ \;
63
63
else
64
- cd destination; lftp -e "mirror --parallel=64; exit" ${{ env.SOURCE_OF_TRUTH }}${{ matrix.platform }}/dists
64
+ cd destination; lftp -e "mirror --parallel=64; exit" ${{ env.SOURCE_OF_TRUTH }}/ ${{ matrix.platform }}/dists
65
65
fi
66
66
67
67
- name : " Upload ${{ matrix.platform }} index"
You can’t perform that action at this time.
0 commit comments