fix: Fix expected names for releases (#7410)

This commit is contained in:
Antonis Stamatiou
2023-06-16 17:41:26 +03:00
committed by GitHub
parent b9e1f3df2f
commit c948c4b0ee

View File

@@ -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