diff --git a/.github/workflows/github-release.yml b/.github/workflows/github-release.yml index 5b9a04f57..1c0f2864a 100644 --- a/.github/workflows/github-release.yml +++ b/.github/workflows/github-release.yml @@ -39,6 +39,7 @@ jobs: TAG: "${{ github.ref_name }}" GITHUB_TOKEN: "${{ secrets.MM_MOBILE_GITHUB_TOKEN }}" run: bundle exec fastlane ios unsigned + working-directory: ./fastlane - name: ci/upload-ios-unsigned uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 @@ -64,6 +65,7 @@ jobs: TAG: "${{ github.ref_name }}" GITHUB_TOKEN: "${{ secrets.MM_MOBILE_GITHUB_TOKEN }}" run: bundle exec fastlane android unsigned + working-directory: ./fastlane - name: ci/upload-android-unsigned-build uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2