From e86a49fa3a18d564053b72d535e2901e347d0200 Mon Sep 17 00:00:00 2001 From: Xmader Date: Sat, 31 Oct 2020 00:00:14 -0400 Subject: [PATCH] chore: release asset files --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4d5be65..befc429 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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