Skip to content

Commit

Permalink
ci: add merge artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa authored Jan 16, 2025
1 parent d8ce5c8 commit be89134
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/wda-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ jobs:
uses: actions/upload-artifact@master
with:
path: "${{ env.ZIP_PKG_NAME_TVOS }}"
- name: Merge Artifacts
uses: actions/upload-artifact/merge@v4

for_simulator_devices:
needs: [host_machine]
Expand Down Expand Up @@ -93,3 +95,5 @@ jobs:
uses: actions/upload-artifact@master
with:
path: "WebDriverAgentRunner${{ matrix.target }}-Build-Sim-${{ matrix.arch }}.zip"
- name: Merge Artifacts
uses: actions/upload-artifact/merge@v4

0 comments on commit be89134

Please sign in to comment.