diff --git a/.github/workflows/CreateRelease.yml b/.github/workflows/CreateRelease.yml index a12af24..b19f30c 100644 --- a/.github/workflows/CreateRelease.yml +++ b/.github/workflows/CreateRelease.yml @@ -78,6 +78,7 @@ jobs: with: pattern: benchmarks_* - name: Archive benchmarks + shell: bash run: | for BENCHMARK in benchmarks_*; do tar -zcvf $BENCHMARK.tar.gz $BENCHMARK