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 diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index c6945855c9..d06e6cf92d 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -5,7 +5,7 @@ # This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle -name: Java CI with Gradle +name: Build Gradle Project on: push: