Skip to content

Commit

Permalink
change ndk-pkg pack to ndk-pkg bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
leleliu008 committed Jan 19, 2025
1 parent a5da031 commit fdf49c6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/uctags-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -508,15 +508,15 @@ jobs:
- run: ./ndk-pkg install android-35-arm64-v8a,armeabi-v7a,x86_64,x86/uctags --static --profile=${{ matrix.profile }}

- run: ./ndk-pkg pack android-35-arm64-v8a/uctags
- run: ./ndk-pkg pack android-35-armeabi-v7a/uctags
- run: ./ndk-pkg pack android-35-x86_64/uctags
- run: ./ndk-pkg pack android-35-x86/uctags
- run: ./ndk-pkg bundle android-35-arm64-v8a/uctags .tar.xz
- run: ./ndk-pkg bundle android-35-armeabi-v7a/uctags .tar.xz
- run: ./ndk-pkg bundle android-35-x86_64/uctags .tar.xz
- run: ./ndk-pkg bundle android-35-x86/uctags .tar.xz

- uses: actions/upload-artifact@v4
with:
name: uctags---android-${{ matrix.profile }}
path: uctags-*-android-*.tar.*
path: uctags-*-android-*.tar.xz


publish:
Expand Down

0 comments on commit fdf49c6

Please sign in to comment.