Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
yshavit committed Apr 29, 2024
1 parent 402ced9 commit d99a3ba
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/buildapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,19 +134,6 @@ jobs:
with:
name: Whatdid${{ env.NAME_QUALIFIER }}.dmg
path: build/Whatdid.dmg
- name: Upload app to App Store
if: ${{ matrix.target == 'release' && inputs.appStorePublishVersion }}
run: |
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 }}
APPLE_RELEASE_KEY_ISSUER: ${{{ secrets.APPLE_RELEASE_KEY_ISSUER }}
APPLE_RELEASE_KEY_ID: ${{{ secrets.APPLE_RELEASE_KEY_ID }}
APPLE_ID: ${{ secrets.APPLE_ID }}
APPLE_NOTARYTOOL_PASSWORD: ${{ secrets.APPLE_NOTARYTOOL_PASSWORD }}

- name: Upload packaging logs
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit d99a3ba

Please sign in to comment.