Skip to content

Commit

Permalink
edited a file through github and my entire fucking repo died or somet…
Browse files Browse the repository at this point in the history
…hing idk
  • Loading branch information
LarryFrosty committed Sep 7, 2024
1 parent 5103677 commit bcd16f6
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 @@ -26,7 +26,7 @@ jobs:
/home/runner/haxelib/
export/release/android/haxe/
export/release/android/obj/
key: cache-android-build
key: cache-android-build-new

- name: Install Libraries
run: |
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
})
if (typeof caches.data.actions_caches != null && caches.data.actions_caches.length > 0) {
for (const cache of caches.data.actions_caches) {
if (cache.key == "cache-android-build") {
if (cache.key == "cache-android-build-new") {
console.log('Clearing ' + cache.key + '...')
await github.rest.actions.deleteActionsCacheById({
owner: context.repo.owner,
Expand Down

0 comments on commit bcd16f6

Please sign in to comment.