Skip to content

Commit

Permalink
h
Browse files Browse the repository at this point in the history
  • Loading branch information
LarryFrosty committed Sep 8, 2024
1 parent dc3729d commit f546764
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mobile-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/cache/restore@main
with:
path: |
/home/runner/haxelib/
haxelib/
export/release/android/haxe/
export/release/android/obj/
key: cache-android-build-new
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
uses: actions/cache/save@main
with:
path: |
/home/runner/haxelib/
haxelib/
export/release/android/haxe/
export/release/android/obj/
key: cache-android-build-new
Expand Down

0 comments on commit f546764

Please sign in to comment.