Skip to content

Commit

Permalink
Saves xcode project as an artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
21satvik committed Dec 21, 2023
1 parent 0bfbddf commit 0451735
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/ios-automate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Convert to Safari Extension and Save Xcode Project
on:
push:
branches:
- main
- ios-automation

jobs:
build:
Expand All @@ -21,4 +21,13 @@ jobs:
run: npm install

- name: Build Chrome extension
run: npm run pack:test
run: npm run pack:test

- name: Convert to Safari extension
run: xcrun safari-web-extension-converter ./build-chrome

- name: Upload Xcode project
uses: actions/upload-artifact@v2
with:
name: xcode-project
path: "IMAGE Extension (Test)"

0 comments on commit 0451735

Please sign in to comment.