Skip to content

Commit 7b17a0e

Browse files
authored
Update publish-ijk-release.yml
1 parent 4db03bf commit 7b17a0e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/publish-ijk-release.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
uses: cardinalby/export-env-action@v2
2828
with:
2929
envFile: 'constants.env'
30-
- run: ./init-any.sh all >> $GITHUB_OUTPUT
30+
- name: init all libs
31+
run: ./init-any.sh all
3132
- name: generate src log
3233
run: |
3334
cd build/src/macos
@@ -37,13 +38,13 @@ jobs:
3738
- name: do compile macos libs
3839
run: |
3940
cd macos
40-
./compile-any.sh build >> $GITHUB_OUTPUT
41-
./compile-any.sh lipo >> $GITHUB_OUTPUT
41+
./compile-any.sh build
42+
./compile-any.sh lipo
4243
- name: do compile ios libs
4344
run: |
4445
cd ios
45-
./compile-any.sh build >> $GITHUB_OUTPUT
46-
./compile-any.sh lipo >> $GITHUB_OUTPUT
46+
./compile-any.sh build
47+
./compile-any.sh lipo
4748
- name: Zip macos libs
4849
run: |
4950
cd build/product/macos/universal

0 commit comments

Comments
 (0)