Skip to content

Commit f1a87e2

Browse files
set path and name for unsigned builds (#7413) (#7414)
(cherry picked from commit 25f8773) Co-authored-by: Elias Nahum <[email protected]>
1 parent 2af86da commit f1a87e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/github-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
4646
with:
4747
path: Mattermost-unsigned.ipa
48+
name: Mattermost-unsigned.ipa
4849

4950
build-android-unsigned:
5051
runs-on: ubuntu-22.04
@@ -70,6 +71,7 @@ jobs:
7071
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
7172
with:
7273
path: Mattermost-unsigned.apk
74+
name: Mattermost-unsigned.apk
7375

7476
release:
7577
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)