From c948c4b0ee0ecc4fa1f71f6a0abe2561335f934f Mon Sep 17 00:00:00 2001 From: Antonis Stamatiou Date: Fri, 16 Jun 2023 17:41:26 +0300 Subject: [PATCH] fix: Fix expected names for releases (#7410) --- .github/workflows/github-release.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/github-release.yml b/.github/workflows/github-release.yml index 1c0f2864a..282c49bbe 100644 --- a/.github/workflows/github-release.yml +++ b/.github/workflows/github-release.yml @@ -44,8 +44,7 @@ jobs: - name: ci/upload-ios-unsigned uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 with: - name: ios-build-unsigned-${{ github.run_id }} - path: "*.ipa" + path: Mattermost-unsigned.ipa build-android-unsigned: runs-on: ubuntu-22.04 @@ -70,8 +69,7 @@ jobs: - name: ci/upload-android-unsigned-build uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 with: - name: android-build-unsigned-${{ github.run_id }} - path: "*.apk" + path: Mattermost-unsigned.apk release: runs-on: ubuntu-22.04