chore: release asset files
This commit is contained in:
parent
994f29a15a
commit
9fb5df5696
1 changed files with 1 additions and 3 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue