File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 29
29
runs-on : ${{ needs.host_machine.outputs.host }}
30
30
31
31
env :
32
+ PKG_NAME_IOS : " WebDriverAgentRunner-Runner"
32
33
ZIP_PKG_NAME_IOS : " WebDriverAgentRunner-Runner.zip"
34
+ PKG_NAME_TVOS : " WebDriverAgentRunner_tvOS-Runner"
33
35
ZIP_PKG_NAME_TVOS : " WebDriverAgentRunner_tvOS-Runner.zip"
34
36
35
37
steps :
@@ -59,10 +61,12 @@ jobs:
59
61
- name : Upload the built generic app package for iOS
60
62
uses : actions/upload-artifact@master
61
63
with :
64
+ name : " ${{ env.PKG_NAME_IOS }}"
62
65
path : " ${{ env.ZIP_PKG_NAME_IOS }}"
63
66
- name : Upload the built generic app package for tvOS
64
67
uses : actions/upload-artifact@master
65
68
with :
69
+ name : " ${{ env.PKG_NAME_TVOS }}"
66
70
path : " ${{ env.ZIP_PKG_NAME_TVOS }}"
67
71
68
72
for_simulator_devices :
92
96
- name : Upload the built generic app package for WebDriverAgentRunner${{ matrix.target }} with ${{ matrix.arch }}
93
97
uses : actions/upload-artifact@master
94
98
with :
99
+ name : " WebDriverAgentRunner${{ matrix.target }}-Build-Sim-${{ matrix.arch }}"
95
100
path : " WebDriverAgentRunner${{ matrix.target }}-Build-Sim-${{ matrix.arch }}.zip"
You can’t perform that action at this time.
0 commit comments