Skip to content

Commit

Permalink
Rename changelog file for fastlane to pick it up (#1141)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmolitor-stud-tu authored Jul 24, 2024
2 parents 14adadd + 0947d51 commit 8c8075c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stable.build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,11 @@ jobs:
run: |
path_ios="$(mktemp -d)"
cp -av ./appstore_metadata/* "$path_ios"
echo -n "$CHANGELOG_IOS" > "$path_ios/release_notes.txt"
echo -n "$CHANGELOG_IOS" > "$path_ios/changelog.txt"
echo "path_ios=$path_ios" | tee /dev/stderr >> "$GITHUB_OUTPUT"
path_macos="$(mktemp -d)"
cp -av ./appstore_metadata/* "$path_macos"
echo -n "$CHANGELOG_MACOS" > "$path_macos/release_notes.txt"
echo -n "$CHANGELOG_MACOS" > "$path_macos/changelog.txt"
echo "path_macos=$path_macos" | tee /dev/stderr >> "$GITHUB_OUTPUT"
- name: Publish ios to appstore connect
#run: xcrun altool --upload-app --file ./Monal/build/ipa/Monal.ipa --type ios --asc-provider S8D843U34Y --team-id S8D843U34Y -u $(cat /Users/ci/apple_connect_upload_mail.txt) -p "$(cat /Users/ci/apple_connect_upload_secret.txt)"
Expand Down

0 comments on commit 8c8075c

Please sign in to comment.