Skip to content

Commit

Permalink
Update openhands-resolver.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aglassoforange authored Nov 4, 2024
1 parent d36dcc4 commit 7d096f5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/openhands-resolver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,10 @@ jobs:
});
}
- name: Upload /tmp directory as artifact
- name: Upload /tmp/output directory as artifact
uses: actions/upload-artifact@v3
with:
name: tmp-directory
path: /tmp
name: output-directory
path: /tmp/output
if-no-files-found: warn

0 comments on commit 7d096f5

Please sign in to comment.