Skip to content

Commit

Permalink
fix condition
Browse files Browse the repository at this point in the history
  • Loading branch information
yshavit committed Apr 29, 2024
1 parent db396b9 commit 59542e8
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 @@ -135,7 +135,7 @@ jobs:
name: Whatdid${{ env.NAME_QUALIFIER }}.dmg
path: build/Whatdid.dmg
- name: Upload app to App Store
if: ${{ matrix.target == 'release' && inputs.appStorePublishVersion }}
if: ${{ matrix.target == 'app-store' && inputs.appStorePublishVersion != '' }}
run: |
marketing_version="$(echo "APP_STORE_VERSION_STR" | cut -d: -f1)"
full_version="$(echo "APP_STORE_VERSION_STR" | cut -d: -f2)"
Expand Down

0 comments on commit 59542e8

Please sign in to comment.