Skip to content

Commit

Permalink
ci: fix windows temp path (#4518)
Browse files Browse the repository at this point in the history
  • Loading branch information
evenyag authored Aug 6, 2024
1 parent 685aa7d commit 5592194
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build-windows-artifacts/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5592194

Please sign in to comment.