Skip to content

Commit 25b7e6e

Browse files
authored
Update publish-github-release.yml
1 parent 7b17a0e commit 25b7e6e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
envFile: 'constants.env'
3030
- run: |
3131
export SKIP_FFMPEG_PATHCHES=1
32-
./init-any.sh all >> $GITHUB_OUTPUT
32+
./init-any.sh all
3333
- name: generate src log
3434
run: |
3535
cd build/src/macos
@@ -39,13 +39,13 @@ jobs:
3939
- name: do compile macos libs
4040
run: |
4141
cd macos
42-
./compile-any.sh build >> $GITHUB_OUTPUT
43-
./compile-any.sh lipo >> $GITHUB_OUTPUT
42+
./compile-any.sh build
43+
./compile-any.sh lipo
4444
- name: do compile ios libs
4545
run: |
4646
cd ios
47-
./compile-any.sh build >> $GITHUB_OUTPUT
48-
./compile-any.sh lipo >> $GITHUB_OUTPUT
47+
./compile-any.sh build
48+
./compile-any.sh lipo
4949
- name: Zip macos libs
5050
run: |
5151
cd build/product/macos/universal

0 commit comments

Comments
 (0)