Fix cache key
This commit is contained in:
parent
719732df31
commit
a170eb2f4c
@ -54,7 +54,7 @@ runs:
|
||||
path: mining-pool-assets.zip
|
||||
key: mining-pool-assets-${{ steps.asset-hash.outputs.hash }}
|
||||
restore-keys: |
|
||||
mining-pool-assets-${{ steps.asset-hash.outputs.hash }}-
|
||||
mining-pool-assets-${{ steps.asset-hash.outputs.hash }}
|
||||
|
||||
- name: Restore cached promo video assets
|
||||
continue-on-error: true
|
||||
@ -64,7 +64,7 @@ runs:
|
||||
path: promo-video-assets.zip
|
||||
key: promo-video-assets-${{ steps.asset-hash.outputs.hash }}
|
||||
restore-keys: |
|
||||
promo-video-assets-${{ steps.asset-hash.outputs.hash }}-
|
||||
promo-video-assets-${{ steps.asset-hash.outputs.hash }}
|
||||
|
||||
- name: Download mining pool artifact
|
||||
if: fromJSON(inputs.use-artifacts)
|
||||
|
||||
@ -51,7 +51,7 @@ runs:
|
||||
path: mining-pool-assets.zip
|
||||
key: mining-pool-assets-${{ steps.asset-hash.outputs.hash }}
|
||||
restore-keys: |
|
||||
mining-pool-assets-${{ steps.asset-hash.outputs.hash }}-
|
||||
mining-pool-assets-${{ steps.asset-hash.outputs.hash }}
|
||||
|
||||
# Cache miss is success with cache-hit=false; only real errors (network, permissions) fail the step.
|
||||
- name: Restore cached promo video assets
|
||||
@ -61,7 +61,7 @@ runs:
|
||||
path: promo-video-assets.zip
|
||||
key: promo-video-assets-${{ steps.asset-hash.outputs.hash }}
|
||||
restore-keys: |
|
||||
promo-video-assets-${{ steps.asset-hash.outputs.hash }}-
|
||||
promo-video-assets-${{ steps.asset-hash.outputs.hash }}
|
||||
|
||||
- name: Unzip mining pool assets before sync
|
||||
continue-on-error: true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user