Skip to content

Commit 45e4b04

Browse files
authored
Update mirror-snapshot.yml
1 parent 412cf49 commit 45e4b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mirror-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
mv "$a" "${a//\~/.}"
5656
done
5757
mkdir tmp
58-
ft="$(file "${REPONAME}.db")"
58+
ft="$(cd "${NEWRELEASE}" && file "${REPONAME}.db")"
5959
bsdtar -C tmp -xf "${NEWRELEASE}/${REPONAME}.db"
6060
pushd tmp
6161
find . -type f -name desc -exec sed -i -e '/^%FILENAME%$/,+1y/~/./' '{}' +

0 commit comments

Comments
 (0)