File tree Expand file tree Collapse file tree 3 files changed +39
-80
lines changed Expand file tree Collapse file tree 3 files changed +39
-80
lines changed Original file line number Diff line number Diff line change
1
+ name : Android Release StreamrProxyClient
2
+ on :
3
+ release :
4
+ types : [published]
5
+ env :
6
+ BRANCH_NAME : ${{ github.head_ref || github.ref_name }}
7
+ jobs :
8
+ build-android :
9
+ runs-on : macos-15
10
+ env :
11
+ ARCHFLAGS : --android
12
+ steps :
13
+ - uses : actions/checkout@v4
14
+ with :
15
+ ref : ${{ github.event.pull_request.head.ref }}
16
+ fetch-depth : 0
17
+
18
+ - name : Install Dependencies
19
+ uses : ./.github/workflows/reusable/cached-install
20
+
Original file line number Diff line number Diff line change
1
+ name : iOS Release StreamrProxyClient
2
+ on :
3
+ release :
4
+ types : [published]
5
+ env :
6
+ BRANCH_NAME : ${{ github.head_ref || github.ref_name }}
7
+ jobs :
8
+ build-android :
9
+ runs-on : macos-15
10
+ env :
11
+ ARCHFLAGS : --ios
12
+ steps :
13
+ - uses : actions/checkout@v4
14
+ with :
15
+ ref : ${{ github.event.pull_request.head.ref }}
16
+ fetch-depth : 0
17
+
18
+ - name : Install Dependencies
19
+ uses : ./.github/workflows/reusable/cached-install
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments