Skip to content

Commit

Permalink
fix caching
Browse files Browse the repository at this point in the history
  • Loading branch information
ahqsoftwares committed Aug 10, 2024
1 parent b7efbee commit 612d421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
- name: Cache
uses: actions/cache@v4
with:
key: android
key: build_${{ matrix.suffix }}
save-always: true
path: |
sdk
Expand Down

0 comments on commit 612d421

Please sign in to comment.