forked from Ivasoft/mattermost-mobile
fix: Fix expected names for releases (#7410)
This commit is contained in:
committed by
GitHub
parent
b9e1f3df2f
commit
c948c4b0ee
6
.github/workflows/github-release.yml
vendored
6
.github/workflows/github-release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user