Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Emon526 committed Oct 21, 2023
2 parents ef99a69 + 1ed4b4c commit ed94f63
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
- name: Set up Checkout
uses: actions/checkout@v3

- name: setup-cocoapods
uses: maxim-lobanov/setup-cocoapods@v1
with:
version: latest

- name: Set up Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
Expand Down Expand Up @@ -57,6 +62,7 @@ jobs:
- name: Build iOS
run: |
pod repo update
flutter build ios --release --no-codesign
cd build/ios/iphoneos
mkdir Payload
Expand Down Expand Up @@ -85,4 +91,4 @@ jobs:
tag_name: ${{ steps.changelog.outputs.tag }}
body: ${{ steps.changelog.outputs.clean_changelog }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ed94f63

Please sign in to comment.