diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0589196..4d5be65 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -82,9 +82,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} IPFS_HASH: ${{ steps.ipfs.outputs.hash }} run: | - cd $ARTIFACTS_DIR - - files=$(ls musescore?downloader*) + files=$(ls $ARTIFACTS_DIR) assets=() for f in $files; do [ -f "$f" ] && assets+=(-a "$f"); done