Skip to content

Commit 2532673

Browse files
committed
fix: account for spotless.exe on windows
1 parent 36479c2 commit 2532673

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
uses: actions/upload-artifact@v4
9999
with:
100100
name: "spotless-native-binary--${{ matrix.platform.name }}"
101-
path: app/build/native/nativeCompile/spotless
101+
path: app/build/native/nativeCompile/spotless*
102102
retention-days: 7
103103
if-no-files-found: "error"
104104
- name: "junit result"

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ jobs:
6666
uses: actions/upload-artifact@v4
6767
with:
6868
name: "spotless-native-binary--${{ matrix.platform.name }}"
69-
path: app/build/native/nativeCompile/spotless
70-
retention-days: 1
69+
path: app/build/native/nativeCompile/spotless*
70+
retention-days: 3
7171
if-no-files-found: "error"
7272
createRelease:
7373
needs: nativeCompile

0 commit comments

Comments
 (0)