ci: fix windows temp path (#4518)

This commit is contained in:
Yingwen
2024-08-06 21:53:12 +08:00
committed by GitHub
parent 685aa7dd8f
commit 559219496d
2 changed files with 2 additions and 2 deletions

View File

@@ -69,7 +69,7 @@ runs:
uses: actions/upload-artifact@v4
with:
name: sqlness-logs
path: C:\tmp\greptime-*.log
path: C:\Users\RUNNER~1\AppData\Local\Temp\sqlness*
retention-days: 3
- name: Build greptime binary

View File

@@ -59,7 +59,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: sqlness-logs
path: C:\tmp\greptime-*.log
path: C:\Users\RUNNER~1\AppData\Local\Temp\sqlness*
retention-days: 3
test-on-windows: