We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
spotless.exe
1 parent 36479c2 commit 2532673Copy full SHA for 2532673
.github/workflows/ci.yml
@@ -98,7 +98,7 @@ jobs:
98
uses: actions/upload-artifact@v4
99
with:
100
name: "spotless-native-binary--${{ matrix.platform.name }}"
101
- path: app/build/native/nativeCompile/spotless
+ path: app/build/native/nativeCompile/spotless*
102
retention-days: 7
103
if-no-files-found: "error"
104
- name: "junit result"
.github/workflows/publish.yml
@@ -66,8 +66,8 @@ jobs:
66
67
68
69
70
- retention-days: 1
+ retention-days: 3
71
72
createRelease:
73
needs: nativeCompile
0 commit comments