Skip to content

Commit

Permalink
Manage file creation betterer
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Mar 21, 2024
1 parent bafddbc commit 2be25ed
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,8 @@ jobs:
env:
DEVELOPMENT_TEAM: ${{ secrets.DEVELOPMENTTEAM }}
run: |
touch User.xcconfig
echo "DEVELOPMENT_TEAM = $DEVELOPMENT_TEAM" > User.xcconfig
echo "BUNDLE_ID_PREFIX = com.chimehq" > User.xcconfig
echo "DEVELOPMENT_TEAM = $DEVELOPMENT_TEAM" >> User.xcconfig
echo "BUNDLE_ID_PREFIX = com.chimehq" >> User.xcconfig
- name: Build DocC
run: xcodebuild docbuild -scheme Edit -derivedDataPath /tmp/docbuild -destination 'generic/platform=macOS' | xcbeautify
- name: Process Archive
Expand Down

0 comments on commit 2be25ed

Please sign in to comment.