Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nodeselector committed Aug 2, 2024
1 parent c9b0030 commit d8c8f51
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,26 +43,26 @@ jobs:
with:
asset-type: "app-store-connect-api-key"
secret-value: ${{ secrets.APP_STORE_CONNECT_API_KEY_KEY }}
- uses: nodeselector/setup-apple-codesign@dev
- uses: nodeselector/setup-apple-codesign@v0.0.2
with:
asset-type: "certificate"
secret-value: ${{ secrets.CODE_SIGNING_CERTIFICATE_DEVELOPMENT_PEM }}
- uses: nodeselector/setup-apple-codesign@v0.0.2
- uses: nodeselector/xcodebuild@v0.0.2
with:
action: 'archive'
scheme: "helloworld"
project: "helloworld.xcodeproj"
archive-path: "build/helloworld.xcarchive"
destination: "generic/platform=iOS"
allow-provisioning-updates: true
- uses: nodeselector/[email protected].1
- uses: nodeselector/[email protected].2
id: export
with:
action: 'export'
archive-path: "build/helloworld.xcarchive"
allow-provisioning-updates: true
export-method: "ad-hoc"
- uses: nodeselector/[email protected].1
- uses: nodeselector/[email protected].2
with:
action: 'upload'
product-name: "helloworld"
Expand Down

0 comments on commit d8c8f51

Please sign in to comment.