Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
pouryafard75 committed Feb 12, 2024
1 parent ee6d0c3 commit e099329
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e099329

Please sign in to comment.