Skip to content

Commit

Permalink
Upload artifact of ipa build
Browse files Browse the repository at this point in the history
  • Loading branch information
OctoNezd authored Jan 3, 2024
1 parent e6f42f6 commit 7516b9f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/make-rel-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
cache: "yarn"
- name: Install dependencies
run: |
pip3 install distutils
yarn install --immutable
- name: Build webextension
run: yarn run wp-build --env BROWSER=safari
Expand All @@ -41,4 +42,9 @@ jobs:
xcodebuild -list -project OldLander.xcodeproj
xcodebuild clean archive -sdk iphonesimulator -destination 'generic/platform=iOS Simulator'
ls
- name: Archive production artifacts
uses: actions/upload-artifact@v3
with:
name: ios-build
path: |
dist/OldLander/

0 comments on commit 7516b9f

Please sign in to comment.