We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b17a0e commit 25b7e6eCopy full SHA for 25b7e6e
.github/workflows/publish-github-release.yml
@@ -29,7 +29,7 @@ jobs:
29
envFile: 'constants.env'
30
- run: |
31
export SKIP_FFMPEG_PATHCHES=1
32
- ./init-any.sh all >> $GITHUB_OUTPUT
+ ./init-any.sh all
33
- name: generate src log
34
run: |
35
cd build/src/macos
@@ -39,13 +39,13 @@ jobs:
39
- name: do compile macos libs
40
41
cd macos
42
- ./compile-any.sh build >> $GITHUB_OUTPUT
43
- ./compile-any.sh lipo >> $GITHUB_OUTPUT
+ ./compile-any.sh build
+ ./compile-any.sh lipo
44
- name: do compile ios libs
45
46
cd ios
47
48
49
- name: Zip macos libs
50
51
cd build/product/macos/universal
0 commit comments