Skip to content

Commit

Permalink
Update deploy_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeonghwan authored May 16, 2024
1 parent 048cc8f commit b4cbf43
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy_release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Release TestFlight WorkFlow

PRO:
PROJECT: 'PickleApp'

on:
push:
branches: [ "release/*" ]
Expand All @@ -19,7 +16,7 @@ jobs:

env:
# app archive 및 export 에 쓰일 환경 변수 설정
XC_WORKSPACE: ${{ PRO.PROJECT }}.xcworkspace
XC_WORKSPACE: 'PickleApp.xcworkspace'
XC_SCHEME: ${{ 'Pickle-release' }}
XC_ARCHIVE: ${{ 'Pickle-release.xcarchive' }}

Expand Down

0 comments on commit b4cbf43

Please sign in to comment.