File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,11 +57,11 @@ jobs:
5757 ZIP_PKG_NAME : " ${{ env.ZIP_PKG_NAME_TVOS }}"
5858
5959 - name : Upload the built generic app package for iOS
60- uses : actions/upload-artifact@v3.1.0
60+ uses : actions/upload-artifact@master
6161 with :
6262 path : " ${{ env.ZIP_PKG_NAME_IOS }}"
6363 - name : Upload the built generic app package for tvOS
64- uses : actions/upload-artifact@v3.1.0
64+ uses : actions/upload-artifact@master
6565 with :
6666 path : " ${{ env.ZIP_PKG_NAME_TVOS }}"
6767
9090 ARCHS : ${{ matrix.arch }}
9191 ZIP_PKG_NAME : " WebDriverAgentRunner${{ matrix.target }}-Build-Sim-${{ matrix.arch }}.zip"
9292 - name : Upload the built generic app package for WebDriverAgentRunner${{ matrix.target }} with ${{ matrix.arch }}
93- uses : actions/upload-artifact@v3.1.0
93+ uses : actions/upload-artifact@master
9494 with :
9595 path : " WebDriverAgentRunner${{ matrix.target }}-Build-Sim-${{ matrix.arch }}.zip"
You can’t perform that action at this time.
0 commit comments