Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dante291 committed Dec 23, 2023
1 parent beacec1 commit b4001e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,3 @@ jobs:
architecture: x64
- name: Building for ios
run: flutter build ios --release --no-codesign

4 changes: 2 additions & 2 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ jobs:
## Package the app as an .ipa and create a release ##
########################################################

- name: Package .ipa file
- name: iOS-Build-and-Release
run: |
mkdir Payload
cp -r build/ios/iphoneos/Runner.app Payload/Runner.app
Expand All @@ -252,7 +252,7 @@ jobs:
- uses: ncipollo/release-action@v1
with:
name: "Automated iOS Release"
artifacts: "app.ipa"
artifacts: "app-release.ipa"
allowUpdates: "true"
generateReleaseNotes: false
tag: "automated"
Expand Down

0 comments on commit b4001e7

Please sign in to comment.