mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
Update cache key for apt-debs in workflow
This commit is contained in:
@@ -38,7 +38,7 @@ jobs:
|
||||
uses: actions/cache/restore@v5
|
||||
with:
|
||||
path: /var/cache/apt/archives/*.deb
|
||||
key: ${{ runner.os }}-apt-debs-${{ hashFiles('.github/workflows/build.yml') }}
|
||||
key: ${{ runner.os }}-apt-debs-${{ hashFiles('.github/workflows/release-nearby-qml-tray.yaml') }}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user