Skip to content

Commit 34d9c85

Browse files
authored
Update main.yml
1 parent 36e3b06 commit 34d9c85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,9 @@ jobs:
181181
- name: Pack cache
182182
shell: pwsh
183183
run: |
184-
tar --zstd -cvf buildkit.tar.zst "${{ github.workspace }}\buildkit"
184+
tar --zstd -cvf buildkit.tar.zst buildkit
185185
Write-Host "✅ packed buildkit!"
186-
tar --zstd -cvf droot.tar.zst "${{ github.workspace }}\droot"
186+
tar --zstd -cvf droot.tar.zst droot
187187
Write-Host "✅ packed daemons root!"
188188
189189
#- name: Build app image

0 commit comments

Comments
 (0)