Skip to content

Commit

Permalink
.github/workflows/build-release.yml: Fix typo in assets name
Browse files Browse the repository at this point in the history
Bug introduced in 30a590e (CI: Add testing with ITC1600, 2023-09-25).
  • Loading branch information
t-b committed Nov 6, 2023
1 parent 0a33c3f commit 8744ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
xargs -I {} tools/ftp-upload/flatten-files.sh "{}"
- name: Compress NWB artifacts
run: |
for dir in test-itc18-assets tests-itc1600-assets test-ni-assets
for dir in test-itc18-assets test-itc1600-assets test-ni-assets
do
tar --remove-files --use-compress-program=zstd -cvf $dir/NWB.tar.zst $dir/*nwb
done
Expand Down

0 comments on commit 8744ea3

Please sign in to comment.