Skip to content

Commit

Permalink
ci(commit-ci): add runner os name as the suffix of jni artifacts
Browse files Browse the repository at this point in the history
... to avoid ci failure after upgrading action to v4.
  • Loading branch information
WhiredPlanck committed Feb 9, 2024
1 parent d533b35 commit 62372de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/commit-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Upload JNI artifact (librime_jni.so)
uses: actions/upload-artifact@v4
with:
name: librime_jni
name: librime_jni-${{ matrix.os }}
path: app/build/intermediates/stripped_native_libs/debug/out/lib/*
# keep 90 days
retention-days: 90

0 comments on commit 62372de

Please sign in to comment.