Skip to content

Commit

Permalink
Update ios.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
WindowsMEMZ authored Nov 18, 2023
1 parent 7da540c commit 55f7c6b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,14 @@ jobs:
- name: Test for Watch
run: xcodebuild test-without-building -project ./DarockBili.xcodeproj -scheme 'DarockBili Watch App' -configuration Release -destination 'platform=watchOS Simulator,name=Apple Watch Series 7 (41mm)' -destination 'platform=watchOS Simulator,name=Apple Watch Series 9 (45mm)' -testPlan WatchAppUITestPlan

- name: Upload Artifacts
- name: Upload Full Code
uses: actions/upload-artifact@v3
with:
name: Full
path: ./


- name: Upload Downloads Folder
uses: actions/upload-artifact@v3
with:
name: Files in Downloads Folder
path: ~/Downloads

0 comments on commit 55f7c6b

Please sign in to comment.