Skip to content

Commit

Permalink
wait a damn minute
Browse files Browse the repository at this point in the history
  • Loading branch information
LarryFrosty authored Sep 6, 2024
1 parent 239adfd commit da7d308
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/mobile-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
uses: actions/cache/restore@main
with:
path: |
haxelib/
export/release/android/haxe/
export/release/android/obj/
/home/runner/haxelib/
home/runner/work/geometry-dash/geometry-dash/export/release/android/haxe/
home/runner/work/geometry-dash/geometry-dash/export/release/android/obj/
key: cache-android-build

- name: Install Libraries
Expand Down Expand Up @@ -87,9 +87,9 @@ jobs:
uses: actions/cache/save@main
with:
path: |
haxelib/
export/release/android/haxe/
export/release/android/obj/
/home/runner/haxelib/
home/runner/work/geometry-dash/geometry-dash/export/release/android/haxe/
home/runner/work/geometry-dash/geometry-dash/export/release/android/obj/
key: cache-android-build

- name: Upload Artifact
Expand Down

0 comments on commit da7d308

Please sign in to comment.