Skip to content

Commit fc80714

Browse files
committed
add retention days
1 parent d3e1dc2 commit fc80714

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,9 @@ jobs:
1616
distribution: 'graalvm'
1717
- run: ./gradlew build
1818
- run: ./gradlew nativeCompile
19+
- name: Upload artifact
20+
uses: actions/upload-artifact@v4
21+
with:
22+
path: build/native/nativeCompile/xcresults
23+
name: xcresults
24+
retention-days: 1

0 commit comments

Comments
 (0)