Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
opatry committed Sep 26, 2024
1 parent 6312bd9 commit c186f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/PlayStorePublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ jobs:
# -Pplaystore.keystore.password="${KEYSTORE_PASSWORD}" \
# -Pplaystore.keystore.key_password="${KEYSTORE_KEY_PASSWORD}"
# gem install bundler
- name: 🚀 Play Store publish
run: |
gem install bundler
bundle config set --local path .bundler
bundle install --jobs "$(nproc)"
./_ci/playstore.sh "${{ inputs.track }}" ${{ inputs.upload_binary }} ${{ inputs.upload_assets }}
Expand Down

0 comments on commit c186f1f

Please sign in to comment.