Skip to content

Commit

Permalink
Upload the whole Products directory instead
Browse files Browse the repository at this point in the history
  • Loading branch information
hichamboushaba committed Nov 28, 2024
1 parent 8502377 commit 7915f9a
Showing 1 changed file with 4 additions and 28 deletions.
32 changes: 4 additions & 28 deletions .github/workflows/screenshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,8 @@ jobs:
- name: Archive App
uses: actions/upload-artifact@v4
with:
name: screenshot-app
path: fastlane/DerivedData/Build/Products/Debug-iphonesimulator/WooCommerce.app

- name: Archive Watch App
uses: actions/upload-artifact@v4
with:
name: watch-app
path: fastlane/DerivedData/Build/Products/Debug-watchsimulator/Woo Watch App.app

- name: Archive Runner
uses: actions/upload-artifact@v4
with:
name: screenshot-runner
path: fastlane/DerivedData/Build/Products/Debug-iphonesimulator/WooCommerceScreenshots-Runner.app
name: build
path: fastlane/DerivedData/Build/Products/

capture:
name: Capture
Expand All @@ -76,20 +64,8 @@ jobs:
- name: Download Screenshot App
uses: actions/download-artifact@v4
with:
name: screenshot-app
path: fastlane/DerivedData/Build/Products/Debug-iphonesimulator/WooCommerce.app

- name: Download Watch App
uses: actions/download-artifact@v4
with:
name: watch-app
path: fastlane/DerivedData/Build/Products/Debug-watchsimulator/Woo Watch App.app

- name: Download Screenshot Runner
uses: actions/download-artifact@v4
with:
name: screenshot-runner
path: fastlane/DerivedData/Build/Products/Debug-iphonesimulator/WooCommerceScreenshots-Runner.app
name: build
path: fastlane/DerivedData/Build/Products/

- name: Generate Screenshots
run: |
Expand Down

0 comments on commit 7915f9a

Please sign in to comment.