(cherry picked from commit c948c4b0ee)
Co-authored-by: Antonis Stamatiou <stamatiou.antonis@gmail.com>
This commit is contained in:
parent
c910273b90
commit
2af86dad75
1 changed files with 2 additions and 4 deletions
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue