Skip to content

Commit

Permalink
trying v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ojsef39 committed Nov 3, 2023
1 parent 0bc2735 commit 48c4c55
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/build_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,21 +51,15 @@ jobs:
echo "::set-output name=release_body::$release_body"
- name: Build and Archive App
uses: sparkfabrik/ios-build-action@v2.3.0
uses: sparkfabrik/ios-build-action@v1.2.0
with:
apple-key-id: ${{ secrets.APPLE_KEY_ID }}
apple-key-issuer-id: ${{ secrets.APPLE_KEY_ISSUER_ID }}
apple-key-content: ${{ secrets.APPLE_KEY_CONTENT }}
project-path: winston.xcodeproj
export-method: adhoc
match-build-type: adhoc
scheme: winston
output-path: $PWD/build/Winston.ipa
team-id: Z2NNLU4F7U
team-name: "lo.cafe"
ios-app-id: lo.cafe.winston
upload-to-testflight: false
increment-build-number: false
code-signing-identity: ''


- name: Upload Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 48c4c55

Please sign in to comment.