Remove redundant gh download
This commit is contained in:
parent
8197502a37
commit
2290c73fe4
1 changed files with 0 additions and 4 deletions
4
.github/workflows/nightly.yml
vendored
4
.github/workflows/nightly.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue