Skip to content

Commit

Permalink
fix: Update references to Sheen's build actions
Browse files Browse the repository at this point in the history
  • Loading branch information
reasje committed Dec 5, 2024
1 parent def9983 commit 85f3042
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
with:
submodules: recursive

- uses: reasje/action-flutter-build-ios@main
- uses: sheenhx/action-flutter-build-ios@main
with:
# always use --export-options-plist=ios/GithubActionsExportOptions.plist
build-cmd: flutter build ipa --build-number=$(( 15 + ${{ github.run_number }})) --export-options-plist=ios/GithubActionsExportOptions.plist
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
with:
submodules: recursive

- uses: sheenhx/action-flutter-build-ios@v1
- uses: sheenhx/action-flutter-build-ios@main
with:
# always use --export-options-plist=ios/GithubActionsExportOptions.plist
build-cmd: flutter build ios --simulator
Expand Down

0 comments on commit 85f3042

Please sign in to comment.