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 @@ -43,12 +43,12 @@ jobs:
4343 curl -LO "https://github.com/${{ github.repository }}/releases/download/${SNAPSHOTRELEASE}/${REPONAME}.db${sig}"
4444 done
4545 popd
46- if [[ -n "${MSYSARCH}" ]]; then
46+ if [[ "${REPONAME}" == "msys" && -n "${MSYSARCH}" ]]; then
4747 subdir="msys/${MSYSARCH}"
4848 else
49- subdir="mingw"
49+ subdir="mingw/${REPONAME} "
5050 fi
51- python pacdb/examples/pacmirror_rsync.py -e "${REPONAME}" -n -v "rsync://repo.msys2.org/builds/${subdir}/${REPONAME} " "${NEWRELEASE}"
51+ python pacdb/examples/pacmirror_rsync.py -e "${REPONAME}" -n -v "rsync://repo.msys2.org/builds/${subdir}" "${NEWRELEASE}"
5252 # work around github issue with ~ in file name (turns into .)
5353 for a in "${NEWRELEASE}/"*~*; do
5454 mv "$a" "${a//\~/.}"
You can’t perform that action at this time.
0 commit comments