Skip to content

Commit

Permalink
Update swift.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kimkyuchul authored Mar 1, 2024
1 parent 9ae3592 commit 5b6f94e
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will build a Swift project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift

name: TesfFlight
name: TestFlight

on:
push:
Expand All @@ -22,17 +22,17 @@ jobs:

# match 사용시 ssh-key 설정
# - uses: shimataro/ssh-key-action@v2
# with:
# with:
# key: ${{ secrets.SSH_KEY }}
# known_hosts: ${{ secrets.KNOWN_HOSTS }}

# Config 등 파일 가져와야 할 시 사용
# - name: Bring ignored files
# uses: actions/checkout@v3
# with:
# repository: Jumak-ignored
# path: JumakS/Sources/Config
# token: ${{ secrets.ACTION_TOKEN }}
# - name: Bring ignored files
# uses: actions/checkout@v3
# with:
# repository: Jumak-ignored
# path: JumakS/Sources/Config
# token: ${{ secrets.ACTION_TOKEN }}

- name: Install Fastlane
run: brew install fastlane
Expand All @@ -43,10 +43,11 @@ jobs:
KEYCHAIN_NAME: ${{ secrets.KEYCHAIN_NAME }}
KEYCHAIN_PASSWORD: ${{ secrets.KEYCHAIN_PASSWORD }}

- name: Change to Project Directory
run: cd ../
- name: Change to Project Directory
run: cd ../

- run: fastlane tf
- name: Run Fastlane tf
run: fastlane tf
env:
KEYCHAIN_NAME: ${{ secrets.KEYCHAIN_NAME }}
KEYCHAIN_PASSWORD: ${{ secrets.KEYCHAIN_PASSWORD }}
Expand Down

0 comments on commit 5b6f94e

Please sign in to comment.