Skip to content

Commit

Permalink
Fix cache to restore cache from correct arch
Browse files Browse the repository at this point in the history
  • Loading branch information
darkdragon-001 authored and barthalion committed Feb 22, 2024
1 parent 2379671 commit a01f47d
Show file tree
Hide file tree
Showing 3 changed files with 740 additions and 822 deletions.
2 changes: 1 addition & 1 deletion flatpak-builder/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ inputs:
cache-key:
description: >
Defines the cache-key to use.
Defaults to flatpak-builder-${sha256(manifestPath)}
Defaults to flatpak-builder-${arch}-${sha256(manifestPath)}
required: false
branch:
description: The flatpak branch.
Expand Down
Loading

0 comments on commit a01f47d

Please sign in to comment.