Skip to content

Commit

Permalink
[#3993] Fix Firebase Distribution uploading step for fastlane (#3994)
Browse files Browse the repository at this point in the history
* [#3993] Fix Firebase Distribution uploading step for fastlane

* [#3993] Fix Firebase Distribution uploading step for fastlane

* [#3993] Fix Firebase Distribution uploading step for fastlane
  • Loading branch information
mustafaozhan authored Sep 28, 2024
1 parent 20d0ba4 commit 55280e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ jobs:
- name: Distribute ${{ env.BUILD_TYPE }}
working-directory: ios
run: |
sudo chown -R $(whoami) /var/lib/gems/3.0.0
sudo chown -R $(whoami) /var/lib/gems/
fastlane distribute${{ env.BUILD_TYPE }}
- name: Delete iOS ${{ env.BUILD_TYPE }} Artifacts
Expand Down

0 comments on commit 55280e8

Please sign in to comment.