Skip to content

Commit

Permalink
Update .app location for SwiftUI
Browse files Browse the repository at this point in the history
  • Loading branch information
Ste Prescott committed Aug 16, 2024
1 parent 1e86129 commit d4d0e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/appetize_swiftui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Build the app
run: xcodebuild -project Cobrowse.xcodeproj -scheme "Cobrowse - SwiftUI" -sdk iphonesimulator -destination "generic/platform=iOS Simulator" -derivedDataPath "./build" build | xcpretty
- name: Create app archive
run: tar -czf Cobrowse.app.tar.gz build/Build/Products/Debug-iphonesimulator/Cobrowse.app
run: tar -czf Cobrowse.app.tar.gz "build/Build/Products/Debug-iphonesimulator/Cobrowse - SwiftUI.app"
- name: Upload app archive to Appetize.io
env:
APPETIZE_API_TOKEN: ${{ secrets.AppetizeApiToken }}
Expand Down

0 comments on commit d4d0e08

Please sign in to comment.