mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-31 20:52:32 +00:00
fix(ci): Improve artifact naming legibility
This commit is contained in:
4
.github/workflows/deploy_ios.yml
vendored
4
.github/workflows/deploy_ios.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user