Skip to content

Commit

Permalink
cd build
Browse files Browse the repository at this point in the history
  • Loading branch information
yshavit committed Apr 29, 2024
1 parent 59542e8 commit e46fe34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ jobs:
- name: Upload app to App Store
if: ${{ matrix.target == 'app-store' && inputs.appStorePublishVersion != '' }}
run: |
cd build
marketing_version="$(echo "APP_STORE_VERSION_STR" | cut -d: -f1)"
full_version="$(echo "APP_STORE_VERSION_STR" | cut -d: -f2)"
xcrun altool --upload-package Whatdid.app -t osx --apple-id "$APPLE_ID" --bundle-id com.yuvalshavit.whatdid --bundle-short-version-string "$marketing_version" --bundle-version "$full_version" -u "$APPLE_ID" -p '@env:APPLE_NOTARYTOOL_PASSWORD'
env:
APP_STORE_VERSION_STR: ${{ inputs.appStorePublishVersion }}
Expand Down

0 comments on commit e46fe34

Please sign in to comment.