Skip to content

Commit

Permalink
Update wda-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa authored Jan 16, 2025
1 parent be89134 commit f51d156
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/wda-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,20 @@ jobs:
- name: Upload the built generic app package for iOS
uses: actions/upload-artifact@master
with:
name: "${{ env.ZIP_PKG_NAME_IOS }}"
path: "${{ env.ZIP_PKG_NAME_IOS }}"
- name: Upload the built generic app package for tvOS
uses: actions/upload-artifact@master
with:
name: "${{ env.ZIP_PKG_NAME_TVOS }}"
path: "${{ env.ZIP_PKG_NAME_TVOS }}"
- name: Merge Artifacts
uses: actions/upload-artifact/merge@v4
with:
name: merged-artifacts
pattern: "*"
separate-directories: false
delete-merged: true

for_simulator_devices:
needs: [host_machine]
Expand Down Expand Up @@ -94,6 +101,12 @@ jobs:
- name: Upload the built generic app package for WebDriverAgentRunner${{ matrix.target }} with ${{ matrix.arch }}
uses: actions/upload-artifact@master
with:
name: "WebDriverAgentRunner${{ matrix.target }}-Build-Sim-${{ matrix.arch }}.zip"
path: "WebDriverAgentRunner${{ matrix.target }}-Build-Sim-${{ matrix.arch }}.zip"
- name: Merge Artifacts
uses: actions/upload-artifact/merge@v4
with:
name: merged-artifacts
pattern: "*"
separate-directories: false
delete-merged: true

0 comments on commit f51d156

Please sign in to comment.