Skip to content

Commit 1a58c66

Browse files
authored
use bash for archiving benchmarks (#95)
Signed-off-by: Jorge Prendes <[email protected]>
1 parent 13eea5d commit 1a58c66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CreateRelease.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
with:
7979
pattern: benchmarks_*
8080
- name: Archive benchmarks
81+
shell: bash
8182
run: |
8283
for BENCHMARK in benchmarks_*; do
8384
tar -zcvf $BENCHMARK.tar.gz $BENCHMARK

0 commit comments

Comments
 (0)