Skip to content

Commit

Permalink
optimized
Browse files Browse the repository at this point in the history
  • Loading branch information
leleliu008 committed Jan 15, 2025
1 parent e93865b commit 219f880
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/publish-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- run: ./ppkg install macos-${{ matrix.target-version }}-${{ matrix.target-arch }}/uppm@0.15.4
- run: ./ppkg bundle macos-${{ matrix.target-version }}-${{ matrix.target-arch }}/uppm@0.15.4 .tar.xz

- run: rm check-if-has-dynamic-section.c list-section-names.c print-*-if-present.c wrapper-template.c
- run: rm check-if-has-dynamic-section.c

- run: |
set -ex
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
- run: apt -y update
- run: apt -y install curl tar gzip xz-utils

- run: curl -LO https://raw.githubusercontent.com/leleliu008/ndk-pkg/master/ndk-pkg
- run: curl -LO https://raw.githubusercontent.com/leleliu008/ndk-pkg/dev/ndk-pkg
- run: chmod +x ndk-pkg

- run: ./ndk-pkg setup
Expand All @@ -126,8 +126,8 @@ jobs:
- run: ./ndk-pkg install android-${{ matrix.target-version }}-arm64-v8a/uppm@0.15.4
- run: ./ndk-pkg install android-${{ matrix.target-version }}-arm64-v8a/ndk-pkg-core

- run: ./ndk-pkg bundle android-${{ matrix.target-version }}-arm64-v8a/uppm@0.15.4
- run: ./ndk-pkg bundle android-${{ matrix.target-version }}-arm64-v8a/ndk-pkg-core
- run: ./ndk-pkg bundle android-${{ matrix.target-version }}-arm64-v8a/uppm@0.15.4 .tar.xz
- run: ./ndk-pkg bundle android-${{ matrix.target-version }}-arm64-v8a/ndk-pkg-core .tar.xz

- run: curl -LO https://raw.githubusercontent.com/adobe-fonts/source-code-pro/release/OTF/SourceCodePro-Light.otf

Expand All @@ -143,6 +143,8 @@ jobs:
rm -v "$item"
done
tar vxf uppm*.tar.xz -C out --strip-components=1
mv out/bin/* *.otf out/
rm -rf out/share/
Expand Down

0 comments on commit 219f880

Please sign in to comment.