Skip to content

Commit 625e21d

Browse files
authored
Update main.yml
1 parent 34d9c85 commit 625e21d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
id: restore-droot-cache
3838
with:
3939
path: |
40-
droot.tar.zst
40+
droot
4141
key: droot-${{ runner.os }}-
4242
restore-keys: |
4343
droot-${{ runner.os }}-
@@ -181,8 +181,6 @@ jobs:
181181
- name: Pack cache
182182
shell: pwsh
183183
run: |
184-
tar --zstd -cvf buildkit.tar.zst buildkit
185-
Write-Host "✅ packed buildkit!"
186184
tar --zstd -cvf droot.tar.zst droot
187185
Write-Host "✅ packed daemons root!"
188186
@@ -200,7 +198,7 @@ jobs:
200198
uses: actions/cache/save@v4
201199
with:
202200
path: |
203-
buildkit.tar.zst
201+
buildkit
204202
key: buildkit-${{ runner.os }}-
205203

206204
- name: Save Daemon Cache

0 commit comments

Comments
 (0)