add path because we need to?
This commit is contained in:
parent
2c91d940a6
commit
a795a79fd0
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
lookup-only: true
|
lookup-only: true
|
||||||
key: ${{ steps.upstream-version.outputs.version }}
|
key: ${{ steps.upstream-version.outputs.version }}
|
||||||
|
path: README.md # Path required on lookup only?
|
||||||
- name: Build AppImage
|
- name: Build AppImage
|
||||||
id: build
|
id: build
|
||||||
if: steps.cache.outputs.cache-hit != 'true'
|
if: steps.cache.outputs.cache-hit != 'true'
|
||||||
|
|
Loading…
Add table
Reference in a new issue