Skip to content

Commit 229a386

Browse files
authored
Change Release.xcconfig output path in release.yml
Update path for Release.xcconfig creation in workflow
1 parent b965311 commit 229a386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Create Release.xcconfig
2828
run: |
2929
mkdir -p APP/Sources/Resources
30-
printf "%s" "${{ secrets.RELEASE_XCCONFIG }}" > Configs/Release.xcconfig
30+
printf "%s" "${{ secrets.RELEASE_XCCONFIG }}" > APP/Sources/Resources/Release.xcconfig
3131
3232
# 3. SPM 매크로 지문 검증 우회
3333
- name: Disable Macro Validation

0 commit comments

Comments
 (0)