Skip to content

Commit

Permalink
change cache key to make sense
Browse files Browse the repository at this point in the history
  • Loading branch information
crc-32 authored May 9, 2024
1 parent 443152b commit 36bdbc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
~/.gradle/wrapper
~/.konan/cache
~/.konan/dependencies
key: build-deps-${{ runner.os }}-${{ hashFiles('~/.gradle') }}-${{ hashFiles('~/.konan') }}
key: build-deps-${{ runner.os }}-${{ hashFiles('gradle/**', 'gradlew*', 'gradle.properties', '*.gradle*') }}

- name: Checkout source
uses: actions/checkout@v2
Expand Down

0 comments on commit 36bdbc8

Please sign in to comment.