Skip to content

Commit f059e34

Browse files
committed
chore: store generated binaries (for debugging)
1 parent 80d324f commit f059e34

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,13 @@ jobs:
9494
cache-read-only: ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/heads/initial-version' }} # TODO remove when initial-version is removed
9595
- name: "Check if binary works"
9696
run: "./gradlew testAllCliNative"
97+
- name: "upload binary" # for debugging
98+
uses: actions/upload-artifact@v4
99+
with:
100+
name: "spotless-native-binary--${{ matrix.platform.name }}"
101+
path: app/build/native/nativeCompile/spotless
102+
retention-days: 7
103+
if-no-files-found: "error"
97104
- name: "junit result"
98105
uses: "mikepenz/action-junit-report@v4"
99106
if: "always()"

0 commit comments

Comments
 (0)