Fix syntax
This commit is contained in:
2
.github/workflows/fastlane.yml
vendored
2
.github/workflows/fastlane.yml
vendored
@@ -24,8 +24,8 @@ jobs:
|
|||||||
TEAM_ID: ${{ secrets.TEAM_ID }}
|
TEAM_ID: ${{ secrets.TEAM_ID }}
|
||||||
run: |
|
run: |
|
||||||
fastlane beta --verbose
|
fastlane beta --verbose
|
||||||
- uses: actions/upload-artifact@v2
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: my-artifact
|
name: my-artifact
|
||||||
path: output/*.ipa
|
path: output/*.ipa
|
||||||
Reference in New Issue
Block a user