From c910273b90ac8902e57081f9e989a0c24126bc25 Mon Sep 17 00:00:00 2001 From: Mattermost Build Date: Fri, 16 Jun 2023 16:20:12 +0300 Subject: [PATCH] fix: fastlane working dir (#7407) (#7408) (cherry picked from commit b9e1f3df2f98b74e61f18a938929739730560595) Co-authored-by: Antonis Stamatiou --- .github/workflows/github-release.yml | 2 ++ 1 file changed, 2 insertions(+) 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