fix(ci): Improve artifact naming legibility

This commit is contained in:
Jagandeep Brar
2022-01-17 14:05:37 -05:00
parent f15237f97c
commit ea5e6d16ac
7 changed files with 13 additions and 13 deletions

View File

@@ -24,7 +24,7 @@ on:
jobs:
deploy:
name: 'Deploy to App Store Connect'
name: 'Deploy to App Store'
runs-on: macos-latest
steps:
@@ -37,7 +37,7 @@ jobs:
- name: Download App Package Artifact
uses: actions/download-artifact@v2
with:
name: ${{ github.sha }}-${{ (github.event.inputs || inputs).flavor }}-ios
name: ios-${{ (github.event.inputs || inputs).flavor }}-${{ github.sha }}
path: ${{ github.workspace }}
- name: Install Secret Keys