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 df39b4d commit 048cc8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Release TestFlight WorkFlow

env:
PRO:
PROJECT: 'PickleApp'

on:
Expand All @@ -19,7 +19,7 @@ jobs:

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

Expand Down

0 comments on commit 048cc8f

Please sign in to comment.