Skip to content

Commit 052afb4

Browse files
committed
Fix artifact path in copilot-test-tools.yml
1 parent 3227454 commit 052afb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/copilot-test-tools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
3939
- uses: actions/upload-artifact@v4
4040
with:
4141
name: copilot-logs
42-
path: /home/runner/.copilot/logs/
42+
path: ~/.copilot/logs/
4343
# - uses: mxschmitt/action-tmate@v3
4444

0 commit comments

Comments
 (0)