diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 6252d135d2..96afdcee2f 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -41,15 +41,11 @@ jobs: - name: Zip directory run: | - zip Stats.zip DiffBenchmark/out/oracle/ + zip -r Stats.zip DiffBenchmark/out/oracle/ - - name: Put current date into a variable - run: | - $NOW=& Get-Date -format yyyy-MM-dd - echo "NOW=$NOW" >> $env:GITHUB_ENV - name: Upload artifact uses: actions/upload-artifact@v2 with: - name: stats.zip + name: Stats path: Stats.zip