Skip to content

Commit

Permalink
set path and name for unsigned builds (#7413) (#7414)
Browse files Browse the repository at this point in the history
(cherry picked from commit 25f8773)

Co-authored-by: Elias Nahum <[email protected]>
  • Loading branch information
mattermost-build and enahum authored Jun 16, 2023
1 parent 2af86da commit f1a87e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
with:
path: Mattermost-unsigned.ipa
name: Mattermost-unsigned.ipa

build-android-unsigned:
runs-on: ubuntu-22.04
Expand All @@ -70,6 +71,7 @@ jobs:
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
with:
path: Mattermost-unsigned.apk
name: Mattermost-unsigned.apk

release:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit f1a87e2

Please sign in to comment.