Remove redundant gh download

This commit is contained in:
Huaaudio 2026-03-09 17:20:55 +01:00
parent 8197502a37
commit 2290c73fe4

View file

@ -140,10 +140,6 @@ jobs:
EOF
)
# Download assets from the newly created release
mkdir -p build
gh release download "$TAG" --dir build
# Download assets from the newly created release if it exists,
# otherwise fall back to using locally built dist/ artifacts.
mkdir -p build