Skip to content

Commit

Permalink
chore: unify job step name
Browse files Browse the repository at this point in the history
  • Loading branch information
Bambooin committed Nov 24, 2023
1 parent 5251076 commit d7b9e60
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/commit-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout last commit
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
Expand Down Expand Up @@ -66,11 +66,11 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: trime_arm64_v8a
path: app/build/outputs/apk/**/*arm64-v8a-debug.apk
path: app/build/outputs/apk/**/*arm64-v8a-*.apk
# keep 90 days
retention-days: 90

- name: Upload jni artifact (librime_jni.so)
- name: Upload JNI artifact (librime_jni.so)
uses: actions/upload-artifact@v3
with:
name: librime_jni
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout last commit
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout last commit
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
Expand Down

0 comments on commit d7b9e60

Please sign in to comment.