chore: release asset files
This commit is contained in:
parent
9fb5df5696
commit
e86a49fa3a
1 changed files with 3 additions and 1 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -82,7 +82,9 @@ jobs:
|
|||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
IPFS_HASH: ${{ steps.ipfs.outputs.hash }}
|
||||
run: |
|
||||
files=$(ls $ARTIFACTS_DIR)
|
||||
cd $ARTIFACTS_DIR
|
||||
|
||||
files=$(ls .)
|
||||
assets=()
|
||||
for f in $files; do [ -f "$f" ] && assets+=(-a "$f"); done
|
||||
|
||||
|
|
Loading…
Reference in a new issue