Skip to content

Commit

Permalink
updated cache path for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ennioVisco committed Jul 5, 2023
1 parent 2cf5439 commit ad19cff
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ./building workflow for moonlight
name: ./build & Test & Analyze
# Building workflow for moonlight
name: Build & Test & Analyze
on: [push, pull_request]

jobs:
Expand All @@ -23,10 +23,10 @@ jobs:
java-version: '17'
distribution: 'adopt'
cache: gradle
- name: ./build with Gradle
run: ./gradlew ./build
- name: build with Gradle
run: ./gradlew build

- name: Save ./build cache
- name: Save build cache
uses: actions/cache/save@v3
with:
path: ./build
Expand All @@ -49,7 +49,7 @@ jobs:
java-version: '17'
distribution: 'adopt'
cache: gradle
- name: Restore ./build cache
- name: Restore build cache
uses: actions/cache/restore@v3
with:
path: ./build
Expand Down

0 comments on commit ad19cff

Please sign in to comment.