Skip to content

Commit

Permalink
Changed to Apple Distribution and back to yukiarrr
Browse files Browse the repository at this point in the history
  • Loading branch information
ojsef39 committed Nov 12, 2023
1 parent d9f5d3e commit 36d65a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ jobs:
echo "::set-output name=release_body::$release_body"
- name: Build and Archive App
uses: sparkfabrik/ios-build-action@v1.2.0
uses: yukiarrr/ios-build-action@v1.11.0
with:
project-path: winston.xcodeproj
export-method: app-store
scheme: winston
output-path: $PWD/build/Winston.ipa
team-id: Z2NNLU4F7U
code-signing-identity: "iOS Distribution"
code-signing-identity: "Apple Distribution"
mobileprovision-base64: ${{ secrets.MOBILEPROVISION_BASE64 }}
p12-base64: ${{ secrets.P12_BASE64 }}

Expand Down

0 comments on commit 36d65a5

Please sign in to comment.