We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13eea5d commit 1a58c66Copy full SHA for 1a58c66
.github/workflows/CreateRelease.yml
@@ -78,6 +78,7 @@ jobs:
78
with:
79
pattern: benchmarks_*
80
- name: Archive benchmarks
81
+ shell: bash
82
run: |
83
for BENCHMARK in benchmarks_*; do
84
tar -zcvf $BENCHMARK.tar.gz $BENCHMARK
0 commit comments